Sha256: 69e895b49617bcd56ee96269f55586dfae473c68a0a26d3761329a0ae1777e28

Contents?: true

Size: 226 Bytes

Versions: 8

Compression:

Stored size: 226 Bytes

Contents

module Rubyipmi::Freeipmi

  class ErrorCodes

    @@code = {
        "authentication type unavailable for attempted privilege level" => {"driver-type" => "LAN_2_0"},

    }

    def self.code
       @@code
    end
  end

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rubyipmi-0.6.0 lib/rubyipmi/freeipmi/errorcodes.rb
rubyipmi-0.5.1 lib/rubyipmi/freeipmi/errorcodes.rb
rubyipmi-0.5.0 lib/rubyipmi/freeipmi/errorcodes.rb
rubyipmi-0.4.0 lib/rubyipmi/freeipmi/errorcodes.rb
rubyipmi-0.3.3 lib/rubyipmi/freeipmi/errorcodes.rb
rubyipmi-0.3.2 lib/rubyipmi/freeipmi/errorcodes.rb
rubyipmi-0.3.1 lib/rubyipmi/freeipmi/errorcodes.rb
rubyipmi-0.3.0 lib/rubyipmi/freeipmi/errorcodes.rb