Class: Seam::Resources::Space
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::Space
- Defined in:
- lib/seam/routes/resources/space.rb
Instance Attribute Summary collapse
-
#acs_entrance_count ⇒ Object
Returns the value of attribute acs_entrance_count.
-
#customer_key ⇒ Object
Returns the value of attribute customer_key.
-
#device_count ⇒ Object
Returns the value of attribute device_count.
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#name ⇒ Object
Returns the value of attribute name.
-
#parent_space_id ⇒ Object
Returns the value of attribute parent_space_id.
-
#parent_space_key ⇒ Object
Returns the value of attribute parent_space_key.
-
#space_id ⇒ Object
Returns the value of attribute space_id.
-
#space_key ⇒ Object
Returns the value of attribute space_key.
-
#workspace_id ⇒ Object
Returns the value of attribute workspace_id.
Attributes inherited from BaseResource
Method Summary
Methods inherited from BaseResource
date_accessor, #initialize, #inspect, load_from_response, #update_from_response
Constructor Details
This class inherits a constructor from Seam::Resources::BaseResource
Instance Attribute Details
#acs_entrance_count ⇒ Object
Returns the value of attribute acs_entrance_count.
6 7 8 |
# File 'lib/seam/routes/resources/space.rb', line 6 def acs_entrance_count @acs_entrance_count end |
#customer_key ⇒ Object
Returns the value of attribute customer_key.
6 7 8 |
# File 'lib/seam/routes/resources/space.rb', line 6 def customer_key @customer_key end |
#device_count ⇒ Object
Returns the value of attribute device_count.
6 7 8 |
# File 'lib/seam/routes/resources/space.rb', line 6 def device_count @device_count end |
#display_name ⇒ Object
Returns the value of attribute display_name.
6 7 8 |
# File 'lib/seam/routes/resources/space.rb', line 6 def display_name @display_name end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/seam/routes/resources/space.rb', line 6 def name @name end |
#parent_space_id ⇒ Object
Returns the value of attribute parent_space_id.
6 7 8 |
# File 'lib/seam/routes/resources/space.rb', line 6 def parent_space_id @parent_space_id end |
#parent_space_key ⇒ Object
Returns the value of attribute parent_space_key.
6 7 8 |
# File 'lib/seam/routes/resources/space.rb', line 6 def parent_space_key @parent_space_key end |
#space_id ⇒ Object
Returns the value of attribute space_id.
6 7 8 |
# File 'lib/seam/routes/resources/space.rb', line 6 def space_id @space_id end |
#space_key ⇒ Object
Returns the value of attribute space_key.
6 7 8 |
# File 'lib/seam/routes/resources/space.rb', line 6 def space_key @space_key end |
#workspace_id ⇒ Object
Returns the value of attribute workspace_id.
6 7 8 |
# File 'lib/seam/routes/resources/space.rb', line 6 def workspace_id @workspace_id end |