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 ⇒ String?
Display name of the entrance.
-
#common_area_number ⇒ String?
Display name of the entrance.
-
#room_number ⇒ String?
Room number of the entrance.
Attributes inherited from BaseResource
Method Summary
Methods inherited from BaseResource
#[], aliased_accessor, attribute_aliases, date_accessor, discriminated_by, #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 ⇒ String?
Display name of the entrance.
119 120 121 |
# File 'lib/seam/resources/acs_entrance.rb', line 119 def common_area_name @common_area_name end |
#common_area_number ⇒ String?
Display name of the entrance.
122 123 124 |
# File 'lib/seam/resources/acs_entrance.rb', line 122 def common_area_number @common_area_number end |
#room_number ⇒ String?
Room number of the entrance.
125 126 127 |
# File 'lib/seam/resources/acs_entrance.rb', line 125 def room_number @room_number end |