Class: OsCtld::Devices::Owner

Inherits:
Object
  • Object
show all
Defined in:
lib/osctld/devices/owner.rb

Overview

Virtual interface with methods that a device owner must implement

Instance Method Summary collapse

Instance Method Details

#devicesDevices::Manager

Returns:



5
# File 'lib/osctld/devices/owner.rb', line 5

def devices; end

#identString

Returns:

  • (String)


11
# File 'lib/osctld/devices/owner.rb', line 11

def ident; end

#poolPool

Returns:



8
# File 'lib/osctld/devices/owner.rb', line 8

def pool; end

#save_configObject



13
# File 'lib/osctld/devices/owner.rb', line 13

def save_config; end