Sha256: 3d411c966965d8aeb2d3815575b155e90c8c5da852f4c8d4f0bf80921d27c60f
Contents?: true
Size: 485 Bytes
Versions: 7
Compression:
Stored size: 485 Bytes
Contents
module SNMP class Open class Parser module Constants NOSUCHOBJECT_STR = 'No Such Object available on this agent at this OID'.freeze NOSUCHINSTANCE_STR = 'No Such Instance currently exists at this OID'.freeze NOMOREVARIABLES_STR = 'No more variables left in this MIB View '\ '(It is past the end of the MIB tree)'.freeze end # module Constants end # class Parser end # class Open end # module SNMP
Version data entries
7 entries across 7 versions & 1 rubygems