Method: Rubyipmi::Ipmitool::Lan#initialize

Defined in:
lib/rubyipmi/ipmitool/commands/lan.rb

#initialize(opts = ObservableHash.new) ⇒ Lan

Returns a new instance of Lan.



9
10
11
12
13
14
# File 'lib/rubyipmi/ipmitool/commands/lan.rb', line 9

def initialize(opts = ObservableHash.new)
  super("ipmitool", opts)
  @info = {}
  @channel = 2

end