Class: OsCtld::Devices::Owner
- Inherits:
-
Object
- Object
- OsCtld::Devices::Owner
- 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
#ident ⇒ String
11 |
# File 'lib/osctld/devices/owner.rb', line 11 def ident; end |
#save_config ⇒ Object
13 |
# File 'lib/osctld/devices/owner.rb', line 13 def save_config; end |