# File lib/rubyipmi/freeipmi/commands/bmc.rb, line 41 def device @bmcdevice ||= Rubyipmi::Freeipmi::BmcDevice.new(options) end
# File lib/rubyipmi/freeipmi/commands/bmc.rb, line 25 def guid information.guid end
# File lib/rubyipmi/freeipmi/commands/bmc.rb, line 13 def info if @bmcinfo.length > 0 @bmcinfo else information.retrieve end end
# File lib/rubyipmi/freeipmi/commands/bmc.rb, line 37 def information @info ||= Rubyipmi::Freeipmi::BmcInfo.new(options) end
Generated with the Darkfish Rdoc Generator 2.