Class: SNMP::Manager

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

Overview

:stopdoc:

Instance Attribute Summary collapse

Instance Attribute Details

#communityObject (readonly)

Returns the value of attribute community.



13
14
15
# File 'lib/ropian.rb', line 13

def community
  @community
end

#hostObject (readonly)

Returns the value of attribute host.



13
14
15
# File 'lib/ropian.rb', line 13

def host
  @host
end

#versionObject (readonly)

Returns the value of attribute version.



13
14
15
# File 'lib/ropian.rb', line 13

def version
  @version
end