Method: Rubyipmi::Freeipmi::Lan#initialize
- Defined in:
- lib/rubyipmi/freeipmi/commands/lan.rb
#initialize(opts) ⇒ Lan
Returns a new instance of Lan.
9 10 11 12 13 14 |
# File 'lib/rubyipmi/freeipmi/commands/lan.rb', line 9 def initialize(opts) @config = Rubyipmi::Freeipmi::BmcConfig.new(opts) @info = {} @channel = 2 end |