Class: Seam::Resources::Space

Inherits:
BaseResource show all
Defined in:
lib/seam/routes/resources/space.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

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_countObject

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_keyObject

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_countObject

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_nameObject

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

#nameObject

Returns the value of attribute name.



6
7
8
# File 'lib/seam/routes/resources/space.rb', line 6

def name
  @name
end

#parent_space_idObject

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_keyObject

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_idObject

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_keyObject

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_idObject

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