Class: Seam::Resources::Device::Properties::AvigilonAltaMetadata

Inherits:
BaseResource
  • Object
show all
Defined in:
lib/seam/resources/device.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

#entry_nameObject

Entry name for an Avigilon Alta system.



162
163
164
# File 'lib/seam/resources/device.rb', line 162

def entry_name
  @entry_name
end

#entry_relays_total_countObject

Total count of entry relays for an Avigilon Alta system.



164
165
166
# File 'lib/seam/resources/device.rb', line 164

def entry_relays_total_count
  @entry_relays_total_count
end

#org_nameObject

Organization name for an Avigilon Alta system.



166
167
168
# File 'lib/seam/resources/device.rb', line 166

def org_name
  @org_name
end

#site_idObject

Site ID for an Avigilon Alta system.



168
169
170
# File 'lib/seam/resources/device.rb', line 168

def site_id
  @site_id
end

#site_nameObject

Site name for an Avigilon Alta system.



170
171
172
# File 'lib/seam/resources/device.rb', line 170

def site_name
  @site_name
end

#zone_idObject

Zone ID for an Avigilon Alta system.



172
173
174
# File 'lib/seam/resources/device.rb', line 172

def zone_id
  @zone_id
end

#zone_nameObject

Zone name for an Avigilon Alta system.



174
175
176
# File 'lib/seam/resources/device.rb', line 174

def zone_name
  @zone_name
end