Class: Latitude::API::Resources::Plan::Region
- Inherits:
-
APIObject
- Object
- APIObject
- Latitude::API::Resources::Plan::Region
show all
- Defined in:
- lib/latitude/api/resources/plan.rb
Constant Summary
Constants inherited
from APIObject
APIObject::RESERVED
Instance Attribute Summary collapse
Attributes inherited from APIObject
#raw
Method Summary
Methods inherited from APIObject
#==, #[], #as_json, #each, #hash, #initialize, #inspect, #key?, #keys, #method_missing, #respond_to_missing?, #to_h, wrap
#attribute, #attribute_specs
#attribute_spec, #read_attribute, #wrap_attribute
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
in the class Latitude::API::APIObject
Instance Attribute Details
#deploys_instantly ⇒ Array
144
145
146
147
148
149
150
|
# File 'lib/latitude/api/resources/plan.rb', line 144
class Region < APIObject
attribute :name, :string, read_only: true
attribute :deploys_instantly, :array, read_only: true
attribute :locations, Location, read_only: true
attribute :stock_level, :string, read_only: true
attribute :pricing, Pricing, read_only: true
end
|
144
145
146
147
148
149
150
|
# File 'lib/latitude/api/resources/plan.rb', line 144
class Region < APIObject
attribute :name, :string, read_only: true
attribute :deploys_instantly, :array, read_only: true
attribute :locations, Location, read_only: true
attribute :stock_level, :string, read_only: true
attribute :pricing, Pricing, read_only: true
end
|
#name ⇒ String
144
145
146
147
148
149
150
|
# File 'lib/latitude/api/resources/plan.rb', line 144
class Region < APIObject
attribute :name, :string, read_only: true
attribute :deploys_instantly, :array, read_only: true
attribute :locations, Location, read_only: true
attribute :stock_level, :string, read_only: true
attribute :pricing, Pricing, read_only: true
end
|
144
145
146
147
148
149
150
|
# File 'lib/latitude/api/resources/plan.rb', line 144
class Region < APIObject
attribute :name, :string, read_only: true
attribute :deploys_instantly, :array, read_only: true
attribute :locations, Location, read_only: true
attribute :stock_level, :string, read_only: true
attribute :pricing, Pricing, read_only: true
end
|
#stock_level ⇒ String
144
145
146
147
148
149
150
|
# File 'lib/latitude/api/resources/plan.rb', line 144
class Region < APIObject
attribute :name, :string, read_only: true
attribute :deploys_instantly, :array, read_only: true
attribute :locations, Location, read_only: true
attribute :stock_level, :string, read_only: true
attribute :pricing, Pricing, read_only: true
end
|