Parent

Methods

Rubyipmi::Ipmitool::Sensor

Public Class Methods

new(sname) click to toggle source
# File lib/rubyipmi/ipmitool/commands/sensors.rb, line 105
def initialize(sname)
  self[:fullname] = sname
  self[:name] = sname.gsub(/\ /, '_').gsub(/\./, '').downcase
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.