Sha256: 0f8cd5f91c53c76f92616d871a6681eb9982e58dc59c1acc6330690197c15e41

Contents?: true

Size: 290 Bytes

Versions: 3

Compression:

Stored size: 290 Bytes

Contents

require 'net/netconf'
require 'sloe/common'

module Sloe
  class Device < Sloe::Common

    def initialize(args, &block)

      # Stop netconf gem from defaulting to :Junos and thus not loading :Junos extensions
      args[:os_type] = :Netconf
      super( args, &block )
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sloe-0.5.1 lib/sloe/device.rb
sloe-0.5.0 lib/sloe/device.rb
sloe-0.4.0 lib/sloe/device.rb