class Hive::Device::Tv

The TV worker

Public Class Methods

new(config) click to toggle source
Calls superclass method
# File lib/hive/device/tv.rb, line 7
def initialize(config)
  @identity = config['id']
  super
end