Class: SNMP::Manager::Config

Inherits:
Options
  • Object
show all
Defined in:
lib/snmp/manager.rb

Instance Attribute Summary

Attributes inherited from Options

#applied_config

Instance Method Summary collapse

Methods inherited from Options

choose_transport, default_modules, #initialize, ipv6_address?, option, #socket_address_family, #validate_keys

Constructor Details

This class inherits a constructor from SNMP::Options

Instance Method Details

#create_transportObject



150
151
152
# File 'lib/snmp/manager.rb', line 150

def create_transport
  transport.respond_to?(:new) ? transport.new(socket_address_family) : transport
end