class Rubyipmi::Freeipmi::ErrorCodes

Constants

CODES

Public Class Methods

code() click to toggle source
# File lib/rubyipmi/freeipmi/errorcodes.rb, line 12
def self.code
  CODES
end
length() click to toggle source
# File lib/rubyipmi/freeipmi/errorcodes.rb, line 8
def self.length
  CODES.length
end