Class: Seam::Resources::AcsEntrance
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::AcsEntrance
- Includes:
- ResourceErrorsSupport
- Defined in:
- lib/seam/routes/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.
-
#assa_abloy_vostio_metadata ⇒ Object
Returns the value of attribute assa_abloy_vostio_metadata.
-
#can_belong_to_reservation ⇒ Object
Returns the value of attribute can_belong_to_reservation.
-
#can_unlock_with_card ⇒ Object
Returns the value of attribute can_unlock_with_card.
-
#can_unlock_with_code ⇒ Object
Returns the value of attribute can_unlock_with_code.
-
#can_unlock_with_mobile_key ⇒ Object
Returns the value of attribute can_unlock_with_mobile_key.
-
#connected_account_id ⇒ Object
Returns the value of attribute connected_account_id.
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#dormakaba_ambiance_metadata ⇒ Object
Returns the value of attribute dormakaba_ambiance_metadata.
-
#dormakaba_community_metadata ⇒ Object
Returns the value of attribute dormakaba_community_metadata.
-
#hotek_metadata ⇒ Object
Returns the value of attribute hotek_metadata.
-
#latch_metadata ⇒ Object
Returns the value of attribute latch_metadata.
-
#salto_ks_metadata ⇒ Object
Returns the value of attribute salto_ks_metadata.
-
#salto_space_metadata ⇒ Object
Returns the value of attribute salto_space_metadata.
-
#space_ids ⇒ Object
Returns the value of attribute space_ids.
-
#visionline_metadata ⇒ Object
Returns the value of attribute visionline_metadata.
Attributes inherited from BaseResource
Method Summary
Methods included from ResourceErrorsSupport
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
#acs_entrance_id ⇒ Object
Returns the value of attribute acs_entrance_id.
6 7 8 |
# File 'lib/seam/routes/resources/acs_entrance.rb', line 6 def acs_entrance_id @acs_entrance_id end |
#acs_system_id ⇒ Object
Returns the value of attribute acs_system_id.
6 7 8 |
# File 'lib/seam/routes/resources/acs_entrance.rb', line 6 def acs_system_id @acs_system_id end |
#assa_abloy_vostio_metadata ⇒ Object
Returns the value of attribute assa_abloy_vostio_metadata.
6 7 8 |
# File 'lib/seam/routes/resources/acs_entrance.rb', line 6 def end |
#can_belong_to_reservation ⇒ Object
Returns the value of attribute can_belong_to_reservation.
6 7 8 |
# File 'lib/seam/routes/resources/acs_entrance.rb', line 6 def can_belong_to_reservation @can_belong_to_reservation end |
#can_unlock_with_card ⇒ Object
Returns the value of attribute can_unlock_with_card.
6 7 8 |
# File 'lib/seam/routes/resources/acs_entrance.rb', line 6 def can_unlock_with_card @can_unlock_with_card end |
#can_unlock_with_code ⇒ Object
Returns the value of attribute can_unlock_with_code.
6 7 8 |
# File 'lib/seam/routes/resources/acs_entrance.rb', line 6 def can_unlock_with_code @can_unlock_with_code end |
#can_unlock_with_mobile_key ⇒ Object
Returns the value of attribute can_unlock_with_mobile_key.
6 7 8 |
# File 'lib/seam/routes/resources/acs_entrance.rb', line 6 def can_unlock_with_mobile_key @can_unlock_with_mobile_key end |
#connected_account_id ⇒ Object
Returns the value of attribute connected_account_id.
6 7 8 |
# File 'lib/seam/routes/resources/acs_entrance.rb', line 6 def connected_account_id @connected_account_id end |
#display_name ⇒ Object
Returns the value of attribute display_name.
6 7 8 |
# File 'lib/seam/routes/resources/acs_entrance.rb', line 6 def display_name @display_name end |
#dormakaba_ambiance_metadata ⇒ Object
Returns the value of attribute dormakaba_ambiance_metadata.
6 7 8 |
# File 'lib/seam/routes/resources/acs_entrance.rb', line 6 def end |
#dormakaba_community_metadata ⇒ Object
Returns the value of attribute dormakaba_community_metadata.
6 7 8 |
# File 'lib/seam/routes/resources/acs_entrance.rb', line 6 def end |
#hotek_metadata ⇒ Object
Returns the value of attribute hotek_metadata.
6 7 8 |
# File 'lib/seam/routes/resources/acs_entrance.rb', line 6 def end |
#latch_metadata ⇒ Object
Returns the value of attribute latch_metadata.
6 7 8 |
# File 'lib/seam/routes/resources/acs_entrance.rb', line 6 def end |
#salto_ks_metadata ⇒ Object
Returns the value of attribute salto_ks_metadata.
6 7 8 |
# File 'lib/seam/routes/resources/acs_entrance.rb', line 6 def end |
#salto_space_metadata ⇒ Object
Returns the value of attribute salto_space_metadata.
6 7 8 |
# File 'lib/seam/routes/resources/acs_entrance.rb', line 6 def end |
#space_ids ⇒ Object
Returns the value of attribute space_ids.
6 7 8 |
# File 'lib/seam/routes/resources/acs_entrance.rb', line 6 def space_ids @space_ids end |
#visionline_metadata ⇒ Object
Returns the value of attribute visionline_metadata.
6 7 8 |
# File 'lib/seam/routes/resources/acs_entrance.rb', line 6 def end |