class Rubyipmi::Ipmitool::ErrorCodes

Constants

CODES

Public Class Methods

code() click to toggle source
# File lib/rubyipmi/ipmitool/errorcodes.rb, line 15
def self.code
  CODES
end
length() click to toggle source
# File lib/rubyipmi/ipmitool/errorcodes.rb, line 11
def self.length
  CODES.length
end