Class: SNMP::Open::Parser::ValueParser::NoSuchObject
- Inherits:
-
SNMP::Open::Parser::ValueParser
- Object
- SNMP::Open::Parser::ValueParser
- SNMP::Open::Parser::ValueParser::NoSuchObject
- Defined in:
- lib/snmp/open/parser/value_parser.rb
Overview
handles NoSuchObject
Constant Summary
Constants inherited from SNMP::Open::Parser::ValueParser
Constants included from Constants
Constants::NOMOREVARIABLES_STR, Constants::NOSUCHINSTANCE_STR, Constants::NOSUCHOBJECT_STR
Instance Method Summary collapse
-
#initialize ⇒ NoSuchObject
constructor
A new instance of NoSuchObject.
Methods inherited from SNMP::Open::Parser::ValueParser
Constructor Details
#initialize ⇒ NoSuchObject
Returns a new instance of NoSuchObject.
102 103 104 |
# File 'lib/snmp/open/parser/value_parser.rb', line 102 def initialize(*) @parse = ['No Such Object', nil] end |