Class: SNMP::ObjectName

Inherits:
ObjectId
  • Object
show all
Defined in:
lib/snmp/varbind.rb

Instance Method Summary collapse

Methods inherited from ObjectId

decode, #encode, #index, #initialize, #inspect, #subtree_of?, #to_oid, #to_s, #to_str, #to_varbind, #with_mib

Constructor Details

This class inherits a constructor from SNMP::ObjectId

Instance Method Details

#asn1_typeObject



619
620
621
# File 'lib/snmp/varbind.rb', line 619

def asn1_type
  "ObjectName"
end