Class: Seam::Resources::Device::Properties::AssaAbloyVostioMetadata
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::Device::Properties::AssaAbloyVostioMetadata
- Defined in:
- lib/seam/resources/device.rb
Instance Attribute Summary collapse
-
#encoder_name ⇒ String?
Encoder name for an ASSA ABLOY Vostio 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
#encoder_name ⇒ String?
Encoder name for an ASSA ABLOY Vostio system.
192 193 194 |
# File 'lib/seam/resources/device.rb', line 192 def encoder_name @encoder_name end |