Class: Seam::Resources::AcsEntrance::HotekMetadata
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::AcsEntrance::HotekMetadata
- Defined in:
- lib/seam/resources/acs_entrance.rb
Instance Attribute Summary collapse
-
#common_area_name ⇒ Object
Display name of the entrance.
-
#common_area_number ⇒ Object
Display name of the entrance.
-
#room_number ⇒ Object
Room number of the entrance.
Attributes inherited from BaseResource
Method Summary
Methods inherited from BaseResource
#[], date_accessor, #initialize, #inspect, load_from_response, resource_accessor, resource_accessors, resource_list_accessor, resource_list_accessors, #update_from_response
Constructor Details
This class inherits a constructor from Seam::Resources::BaseResource
Instance Attribute Details
#common_area_name ⇒ Object
Display name of the entrance.
86 87 88 |
# File 'lib/seam/resources/acs_entrance.rb', line 86 def common_area_name @common_area_name end |
#common_area_number ⇒ Object
Display name of the entrance.
88 89 90 |
# File 'lib/seam/resources/acs_entrance.rb', line 88 def common_area_number @common_area_number end |
#room_number ⇒ Object
Room number of the entrance.
90 91 92 |
# File 'lib/seam/resources/acs_entrance.rb', line 90 def room_number @room_number end |