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
#[], 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
#visionline_door_profile_id ⇒ String?
Door profile ID in the Visionline access system.
190 191 192 |
# File 'lib/seam/resources/acs_entrance.rb', line 190 def visionline_door_profile_id @visionline_door_profile_id end |
#visionline_door_profile_type ⇒ String?
Door profile type in the Visionline access system.
193 194 195 |
# File 'lib/seam/resources/acs_entrance.rb', line 193 def visionline_door_profile_type @visionline_door_profile_type end |