Class: Seam::Resources::AcsEntrance::VisionlineMetadata::Profiles

Inherits:
BaseResource
  • Object
show all
Defined in:
lib/seam/resources/acs_entrance.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

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_idString?

Door profile ID in the Visionline access system.

Returns:

  • (String, nil)


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_typeString?

Door profile type in the Visionline access system.

Returns:

  • (String, nil)


193
194
195
# File 'lib/seam/resources/acs_entrance.rb', line 193

def visionline_door_profile_type
  @visionline_door_profile_type
end