Class: Latitude::API::Objects::Project
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
#bandwidth_alert ⇒ Boolean
177
178
179
180
181
182
183
184
185
186
187
188
189
|
# File 'lib/latitude/api/objects.rb', line 177
class Project < APIObject
attribute :id, :string, read_only: true
attribute :slug, :string, read_only: true
attribute :name, :string, read_only: true
attribute :description, :string, read_only: true
attribute :provisioning_type, :string, read_only: true
attribute :billing_type, :string, read_only: true
attribute :billing_method, :string, read_only: true
attribute :bandwidth_alert, :boolean, read_only: true
attribute :environment, :string, read_only: true
attribute :billing, Objects::Billing, read_only: true
attribute :stats, Objects::Stats, read_only: true
end
|
177
178
179
180
181
182
183
184
185
186
187
188
189
|
# File 'lib/latitude/api/objects.rb', line 177
class Project < APIObject
attribute :id, :string, read_only: true
attribute :slug, :string, read_only: true
attribute :name, :string, read_only: true
attribute :description, :string, read_only: true
attribute :provisioning_type, :string, read_only: true
attribute :billing_type, :string, read_only: true
attribute :billing_method, :string, read_only: true
attribute :bandwidth_alert, :boolean, read_only: true
attribute :environment, :string, read_only: true
attribute :billing, Objects::Billing, read_only: true
attribute :stats, Objects::Stats, read_only: true
end
|
#billing_method ⇒ String
177
178
179
180
181
182
183
184
185
186
187
188
189
|
# File 'lib/latitude/api/objects.rb', line 177
class Project < APIObject
attribute :id, :string, read_only: true
attribute :slug, :string, read_only: true
attribute :name, :string, read_only: true
attribute :description, :string, read_only: true
attribute :provisioning_type, :string, read_only: true
attribute :billing_type, :string, read_only: true
attribute :billing_method, :string, read_only: true
attribute :bandwidth_alert, :boolean, read_only: true
attribute :environment, :string, read_only: true
attribute :billing, Objects::Billing, read_only: true
attribute :stats, Objects::Stats, read_only: true
end
|
#billing_type ⇒ String
177
178
179
180
181
182
183
184
185
186
187
188
189
|
# File 'lib/latitude/api/objects.rb', line 177
class Project < APIObject
attribute :id, :string, read_only: true
attribute :slug, :string, read_only: true
attribute :name, :string, read_only: true
attribute :description, :string, read_only: true
attribute :provisioning_type, :string, read_only: true
attribute :billing_type, :string, read_only: true
attribute :billing_method, :string, read_only: true
attribute :bandwidth_alert, :boolean, read_only: true
attribute :environment, :string, read_only: true
attribute :billing, Objects::Billing, read_only: true
attribute :stats, Objects::Stats, read_only: true
end
|
#description ⇒ String
177
178
179
180
181
182
183
184
185
186
187
188
189
|
# File 'lib/latitude/api/objects.rb', line 177
class Project < APIObject
attribute :id, :string, read_only: true
attribute :slug, :string, read_only: true
attribute :name, :string, read_only: true
attribute :description, :string, read_only: true
attribute :provisioning_type, :string, read_only: true
attribute :billing_type, :string, read_only: true
attribute :billing_method, :string, read_only: true
attribute :bandwidth_alert, :boolean, read_only: true
attribute :environment, :string, read_only: true
attribute :billing, Objects::Billing, read_only: true
attribute :stats, Objects::Stats, read_only: true
end
|
#environment ⇒ String
177
178
179
180
181
182
183
184
185
186
187
188
189
|
# File 'lib/latitude/api/objects.rb', line 177
class Project < APIObject
attribute :id, :string, read_only: true
attribute :slug, :string, read_only: true
attribute :name, :string, read_only: true
attribute :description, :string, read_only: true
attribute :provisioning_type, :string, read_only: true
attribute :billing_type, :string, read_only: true
attribute :billing_method, :string, read_only: true
attribute :bandwidth_alert, :boolean, read_only: true
attribute :environment, :string, read_only: true
attribute :billing, Objects::Billing, read_only: true
attribute :stats, Objects::Stats, read_only: true
end
|
#id ⇒ String
177
178
179
180
181
182
183
184
185
186
187
188
189
|
# File 'lib/latitude/api/objects.rb', line 177
class Project < APIObject
attribute :id, :string, read_only: true
attribute :slug, :string, read_only: true
attribute :name, :string, read_only: true
attribute :description, :string, read_only: true
attribute :provisioning_type, :string, read_only: true
attribute :billing_type, :string, read_only: true
attribute :billing_method, :string, read_only: true
attribute :bandwidth_alert, :boolean, read_only: true
attribute :environment, :string, read_only: true
attribute :billing, Objects::Billing, read_only: true
attribute :stats, Objects::Stats, read_only: true
end
|
#name ⇒ String
177
178
179
180
181
182
183
184
185
186
187
188
189
|
# File 'lib/latitude/api/objects.rb', line 177
class Project < APIObject
attribute :id, :string, read_only: true
attribute :slug, :string, read_only: true
attribute :name, :string, read_only: true
attribute :description, :string, read_only: true
attribute :provisioning_type, :string, read_only: true
attribute :billing_type, :string, read_only: true
attribute :billing_method, :string, read_only: true
attribute :bandwidth_alert, :boolean, read_only: true
attribute :environment, :string, read_only: true
attribute :billing, Objects::Billing, read_only: true
attribute :stats, Objects::Stats, read_only: true
end
|
#provisioning_type ⇒ String
177
178
179
180
181
182
183
184
185
186
187
188
189
|
# File 'lib/latitude/api/objects.rb', line 177
class Project < APIObject
attribute :id, :string, read_only: true
attribute :slug, :string, read_only: true
attribute :name, :string, read_only: true
attribute :description, :string, read_only: true
attribute :provisioning_type, :string, read_only: true
attribute :billing_type, :string, read_only: true
attribute :billing_method, :string, read_only: true
attribute :bandwidth_alert, :boolean, read_only: true
attribute :environment, :string, read_only: true
attribute :billing, Objects::Billing, read_only: true
attribute :stats, Objects::Stats, read_only: true
end
|
#slug ⇒ String
177
178
179
180
181
182
183
184
185
186
187
188
189
|
# File 'lib/latitude/api/objects.rb', line 177
class Project < APIObject
attribute :id, :string, read_only: true
attribute :slug, :string, read_only: true
attribute :name, :string, read_only: true
attribute :description, :string, read_only: true
attribute :provisioning_type, :string, read_only: true
attribute :billing_type, :string, read_only: true
attribute :billing_method, :string, read_only: true
attribute :bandwidth_alert, :boolean, read_only: true
attribute :environment, :string, read_only: true
attribute :billing, Objects::Billing, read_only: true
attribute :stats, Objects::Stats, read_only: true
end
|
177
178
179
180
181
182
183
184
185
186
187
188
189
|
# File 'lib/latitude/api/objects.rb', line 177
class Project < APIObject
attribute :id, :string, read_only: true
attribute :slug, :string, read_only: true
attribute :name, :string, read_only: true
attribute :description, :string, read_only: true
attribute :provisioning_type, :string, read_only: true
attribute :billing_type, :string, read_only: true
attribute :billing_method, :string, read_only: true
attribute :bandwidth_alert, :boolean, read_only: true
attribute :environment, :string, read_only: true
attribute :billing, Objects::Billing, read_only: true
attribute :stats, Objects::Stats, read_only: true
end
|