Class: SNMP::Manager
- Inherits:
-
Object
- Object
- SNMP::Manager
- Defined in:
- lib/copian.rb
Overview
:stopdoc:
Instance Attribute Summary collapse
-
#community ⇒ Object
readonly
Returns the value of attribute community.
-
#host ⇒ Object
readonly
Returns the value of attribute host.
-
#version ⇒ Object
readonly
Returns the value of attribute version.
Instance Attribute Details
#community ⇒ Object (readonly)
Returns the value of attribute community.
17 18 19 |
# File 'lib/copian.rb', line 17 def community @community end |
#host ⇒ Object (readonly)
Returns the value of attribute host.
17 18 19 |
# File 'lib/copian.rb', line 17 def host @host end |
#version ⇒ Object (readonly)
Returns the value of attribute version.
17 18 19 |
# File 'lib/copian.rb', line 17 def version @version end |