class Rubyipmi::Freeipmi::ErrorCodes

Public Class Methods

code() click to toggle source
# File lib/rubyipmi/freeipmi/errorcodes.rb, line 14
def self.code
   @@codes
end
length() click to toggle source
# File lib/rubyipmi/freeipmi/errorcodes.rb, line 10
def self.length
  @@codes.length
end