Class: Seam::Resources::AcsEntrance::VisionlineMetadata::Profiles
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::AcsEntrance::VisionlineMetadata::Profiles
- Defined in:
- lib/seam/resources/acs_entrance.rb
Instance Attribute Summary collapse
-
#visionline_door_profile_id ⇒ String?
Door profile ID in the Visionline access system.
-
#visionline_door_profile_type ⇒ String?
Door profile type in the Visionline access system.
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
#visionline_door_profile_id ⇒ String?
Door profile ID in the Visionline access system.
195 196 197 |
# File 'lib/seam/resources/acs_entrance.rb', line 195 def visionline_door_profile_id @visionline_door_profile_id end |
#visionline_door_profile_type ⇒ String?
Door profile type in the Visionline access system. Known values:
BLEcommonDoortouch
202 203 204 |
# File 'lib/seam/resources/acs_entrance.rb', line 202 def visionline_door_profile_type @visionline_door_profile_type end |