class Hive::Device::Shell

The Shell device

Public Class Methods

new(config) click to toggle source
Calls superclass method Hive::Device::new
# File lib/hive/device/shell.rb, line 7
def initialize(config)
  Hive.logger.info("    In the shell device constructor")
  @identity = config['id']
  super
end