Class: Seam::AcsEntrance
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::AcsEntrance
- Defined in:
- lib/seam/resources/acs_entrance.rb
Instance Attribute Summary collapse
-
#acs_entrance_id ⇒ Object
Returns the value of attribute acs_entrance_id.
-
#acs_system_id ⇒ Object
Returns the value of attribute acs_system_id.
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#latch_metadata ⇒ Object
Returns the value of attribute latch_metadata.
-
#visionline_metadata ⇒ Object
Returns the value of attribute visionline_metadata.
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::BaseResource
Instance Attribute Details
#acs_entrance_id ⇒ Object
Returns the value of attribute acs_entrance_id.
5 6 7 |
# File 'lib/seam/resources/acs_entrance.rb', line 5 def acs_entrance_id @acs_entrance_id end |
#acs_system_id ⇒ Object
Returns the value of attribute acs_system_id.
5 6 7 |
# File 'lib/seam/resources/acs_entrance.rb', line 5 def acs_system_id @acs_system_id end |
#display_name ⇒ Object
Returns the value of attribute display_name.
5 6 7 |
# File 'lib/seam/resources/acs_entrance.rb', line 5 def display_name @display_name end |
#latch_metadata ⇒ Object
Returns the value of attribute latch_metadata.
5 6 7 |
# File 'lib/seam/resources/acs_entrance.rb', line 5 def @latch_metadata end |
#visionline_metadata ⇒ Object
Returns the value of attribute visionline_metadata.
5 6 7 |
# File 'lib/seam/resources/acs_entrance.rb', line 5 def @visionline_metadata end |