Sha256: a1bb41de8c1e54f59b5e733edc21032501763ee0193254d9ccf83505ee04cec2

Contents?: true

Size: 258 Bytes

Versions: 1

Compression:

Stored size: 258 Bytes

Contents

module Ropian
  module Control
    class Raritan < Generic
      def base_oid
        @base_oid ||= SNMP::ObjectId.new('1.3.6.1.4.1.13742.4.1.2.2.1.3')
      end
      def state_order
        @state_order ||= [:off, :on, :reboot]
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ropian-0.1.1 lib/ropian/control/raritan.rb