Class: Seam::Resources::StaffMember
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::StaffMember
- Defined in:
- lib/seam/routes/resources/staff_member.rb
Instance Attribute Summary collapse
-
#building_keys ⇒ Object
Returns the value of attribute building_keys.
-
#common_area_keys ⇒ Object
Returns the value of attribute common_area_keys.
-
#email_address ⇒ Object
Returns the value of attribute email_address.
-
#facility_keys ⇒ Object
Returns the value of attribute facility_keys.
-
#listing_keys ⇒ Object
Returns the value of attribute listing_keys.
-
#name ⇒ Object
Returns the value of attribute name.
-
#phone_number ⇒ Object
Returns the value of attribute phone_number.
-
#property_keys ⇒ Object
Returns the value of attribute property_keys.
-
#property_listing_keys ⇒ Object
Returns the value of attribute property_listing_keys.
-
#room_keys ⇒ Object
Returns the value of attribute room_keys.
-
#site_keys ⇒ Object
Returns the value of attribute site_keys.
-
#space_keys ⇒ Object
Returns the value of attribute space_keys.
-
#staff_member_key ⇒ Object
Returns the value of attribute staff_member_key.
-
#unit_keys ⇒ Object
Returns the value of attribute unit_keys.
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
#building_keys ⇒ Object
Returns the value of attribute building_keys.
6 7 8 |
# File 'lib/seam/routes/resources/staff_member.rb', line 6 def building_keys @building_keys end |
#common_area_keys ⇒ Object
Returns the value of attribute common_area_keys.
6 7 8 |
# File 'lib/seam/routes/resources/staff_member.rb', line 6 def common_area_keys @common_area_keys end |
#email_address ⇒ Object
Returns the value of attribute email_address.
6 7 8 |
# File 'lib/seam/routes/resources/staff_member.rb', line 6 def email_address @email_address end |
#facility_keys ⇒ Object
Returns the value of attribute facility_keys.
6 7 8 |
# File 'lib/seam/routes/resources/staff_member.rb', line 6 def facility_keys @facility_keys end |
#listing_keys ⇒ Object
Returns the value of attribute listing_keys.
6 7 8 |
# File 'lib/seam/routes/resources/staff_member.rb', line 6 def listing_keys @listing_keys end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/seam/routes/resources/staff_member.rb', line 6 def name @name end |
#phone_number ⇒ Object
Returns the value of attribute phone_number.
6 7 8 |
# File 'lib/seam/routes/resources/staff_member.rb', line 6 def phone_number @phone_number end |
#property_keys ⇒ Object
Returns the value of attribute property_keys.
6 7 8 |
# File 'lib/seam/routes/resources/staff_member.rb', line 6 def property_keys @property_keys end |
#property_listing_keys ⇒ Object
Returns the value of attribute property_listing_keys.
6 7 8 |
# File 'lib/seam/routes/resources/staff_member.rb', line 6 def property_listing_keys @property_listing_keys end |
#room_keys ⇒ Object
Returns the value of attribute room_keys.
6 7 8 |
# File 'lib/seam/routes/resources/staff_member.rb', line 6 def room_keys @room_keys end |
#site_keys ⇒ Object
Returns the value of attribute site_keys.
6 7 8 |
# File 'lib/seam/routes/resources/staff_member.rb', line 6 def site_keys @site_keys end |
#space_keys ⇒ Object
Returns the value of attribute space_keys.
6 7 8 |
# File 'lib/seam/routes/resources/staff_member.rb', line 6 def space_keys @space_keys end |
#staff_member_key ⇒ Object
Returns the value of attribute staff_member_key.
6 7 8 |
# File 'lib/seam/routes/resources/staff_member.rb', line 6 def staff_member_key @staff_member_key end |
#unit_keys ⇒ Object
Returns the value of attribute unit_keys.
6 7 8 |
# File 'lib/seam/routes/resources/staff_member.rb', line 6 def unit_keys @unit_keys end |