Class: AccessGrid::HID

Inherits:
Object
  • Object
show all
Defined in:
lib/accessgrid/console.rb

Overview

Provides access to HID-related services.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(client) ⇒ HID

Returns a new instance of HID.



376
377
378
# File 'lib/accessgrid/console.rb', line 376

def initialize(client)
  @orgs = HIDOrgs.new(client)
end

Instance Attribute Details

#orgsObject (readonly)

Returns the value of attribute orgs.



374
375
376
# File 'lib/accessgrid/console.rb', line 374

def orgs
  @orgs
end