Class: Latitude::API::Objects::Team
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
#address ⇒ String
143
144
145
146
147
148
149
150
151
152
153
|
# File 'lib/latitude/api/objects.rb', line 143
class Team < APIObject
attribute :id, :string, read_only: true
attribute :name, :string, read_only: true
attribute :slug, :string, read_only: true
attribute :description, :string, read_only: true
attribute :address, :string, read_only: true
attribute :currency, Objects::Currency, read_only: true
attribute :status, :string, read_only: true
attribute :feature_flags, :array, read_only: true
attribute :limits, Objects::Limits, read_only: true
end
|
143
144
145
146
147
148
149
150
151
152
153
|
# File 'lib/latitude/api/objects.rb', line 143
class Team < APIObject
attribute :id, :string, read_only: true
attribute :name, :string, read_only: true
attribute :slug, :string, read_only: true
attribute :description, :string, read_only: true
attribute :address, :string, read_only: true
attribute :currency, Objects::Currency, read_only: true
attribute :status, :string, read_only: true
attribute :feature_flags, :array, read_only: true
attribute :limits, Objects::Limits, read_only: true
end
|
#description ⇒ String
143
144
145
146
147
148
149
150
151
152
153
|
# File 'lib/latitude/api/objects.rb', line 143
class Team < APIObject
attribute :id, :string, read_only: true
attribute :name, :string, read_only: true
attribute :slug, :string, read_only: true
attribute :description, :string, read_only: true
attribute :address, :string, read_only: true
attribute :currency, Objects::Currency, read_only: true
attribute :status, :string, read_only: true
attribute :feature_flags, :array, read_only: true
attribute :limits, Objects::Limits, read_only: true
end
|
#feature_flags ⇒ Array
143
144
145
146
147
148
149
150
151
152
153
|
# File 'lib/latitude/api/objects.rb', line 143
class Team < APIObject
attribute :id, :string, read_only: true
attribute :name, :string, read_only: true
attribute :slug, :string, read_only: true
attribute :description, :string, read_only: true
attribute :address, :string, read_only: true
attribute :currency, Objects::Currency, read_only: true
attribute :status, :string, read_only: true
attribute :feature_flags, :array, read_only: true
attribute :limits, Objects::Limits, read_only: true
end
|
#id ⇒ String
143
144
145
146
147
148
149
150
151
152
153
|
# File 'lib/latitude/api/objects.rb', line 143
class Team < APIObject
attribute :id, :string, read_only: true
attribute :name, :string, read_only: true
attribute :slug, :string, read_only: true
attribute :description, :string, read_only: true
attribute :address, :string, read_only: true
attribute :currency, Objects::Currency, read_only: true
attribute :status, :string, read_only: true
attribute :feature_flags, :array, read_only: true
attribute :limits, Objects::Limits, read_only: true
end
|
143
144
145
146
147
148
149
150
151
152
153
|
# File 'lib/latitude/api/objects.rb', line 143
class Team < APIObject
attribute :id, :string, read_only: true
attribute :name, :string, read_only: true
attribute :slug, :string, read_only: true
attribute :description, :string, read_only: true
attribute :address, :string, read_only: true
attribute :currency, Objects::Currency, read_only: true
attribute :status, :string, read_only: true
attribute :feature_flags, :array, read_only: true
attribute :limits, Objects::Limits, read_only: true
end
|
#name ⇒ String
143
144
145
146
147
148
149
150
151
152
153
|
# File 'lib/latitude/api/objects.rb', line 143
class Team < APIObject
attribute :id, :string, read_only: true
attribute :name, :string, read_only: true
attribute :slug, :string, read_only: true
attribute :description, :string, read_only: true
attribute :address, :string, read_only: true
attribute :currency, Objects::Currency, read_only: true
attribute :status, :string, read_only: true
attribute :feature_flags, :array, read_only: true
attribute :limits, Objects::Limits, read_only: true
end
|
#slug ⇒ String
143
144
145
146
147
148
149
150
151
152
153
|
# File 'lib/latitude/api/objects.rb', line 143
class Team < APIObject
attribute :id, :string, read_only: true
attribute :name, :string, read_only: true
attribute :slug, :string, read_only: true
attribute :description, :string, read_only: true
attribute :address, :string, read_only: true
attribute :currency, Objects::Currency, read_only: true
attribute :status, :string, read_only: true
attribute :feature_flags, :array, read_only: true
attribute :limits, Objects::Limits, read_only: true
end
|
#status ⇒ String
143
144
145
146
147
148
149
150
151
152
153
|
# File 'lib/latitude/api/objects.rb', line 143
class Team < APIObject
attribute :id, :string, read_only: true
attribute :name, :string, read_only: true
attribute :slug, :string, read_only: true
attribute :description, :string, read_only: true
attribute :address, :string, read_only: true
attribute :currency, Objects::Currency, read_only: true
attribute :status, :string, read_only: true
attribute :feature_flags, :array, read_only: true
attribute :limits, Objects::Limits, read_only: true
end
|