Class: Seam::Resources::StaffMember

Inherits:
BaseResource show all
Defined in:
lib/seam/routes/resources/staff_member.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

#building_keysObject

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_keysObject

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_addressObject

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_keysObject

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_keysObject

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

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#phone_numberObject

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_keysObject

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_keysObject

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_keysObject

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_keysObject

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_keysObject

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_keyObject

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_keysObject

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