lib/rubyipmi/freeipmi/commands/bmc.rb in rubyipmi-0.6.0 vs lib/rubyipmi/freeipmi/commands/bmc.rb in rubyipmi-0.7.0
- old
+ new
@@ -1,13 +1,13 @@
module Rubyipmi::Freeipmi
- class Bmc
+ class Bmc < Rubyipmi::Freeipmi::BaseCommand
- attr_accessor :options
+ #attr_accessor :options
attr_accessor :config
def initialize(opts = ObservableHash.new)
- @options = opts
+ super("bmc-device", opts)
@bmcinfo = {}
end
def info
if @bmcinfo.length > 0