class IbmPowerHmc::ManagementConsole

HMC information

Constants

XMLMAP

Public Class Methods

new(doc) click to toggle source
Calls superclass method IbmPowerHmc::HmcObject::new
# File lib/ibm_power_hmc/objects.rb, line 42
def initialize(doc)
  super(doc)
  info = doc.elements["content/ManagementConsole:ManagementConsole"]
  get_values(info, XMLMAP)
end

Public Instance Methods

to_s() click to toggle source
# File lib/ibm_power_hmc/objects.rb, line 48
def to_s
  "hmc name=#{@name} version=#{@version} build_level=#{@build_level}"
end