Class: SNMP::Manager

Inherits:
Object
  • Object
show all
Defined in:
lib/copian.rb

Overview

:stopdoc:

Instance Attribute Summary collapse

Instance Attribute Details

#communityObject (readonly)

Returns the value of attribute community.



17
18
19
# File 'lib/copian.rb', line 17

def community
  @community
end

#hostObject (readonly)

Returns the value of attribute host.



17
18
19
# File 'lib/copian.rb', line 17

def host
  @host
end

#versionObject (readonly)

Returns the value of attribute version.



17
18
19
# File 'lib/copian.rb', line 17

def version
  @version
end