Class: TLV::TLV_Object
- Inherits:
-
Object
- Object
- TLV::TLV_Object
- Defined in:
- lib/tlv/parser/parser.rb
Instance Attribute Summary collapse
-
#children ⇒ Object
Returns the value of attribute children.
-
#length ⇒ Object
Returns the value of attribute length.
-
#tag ⇒ Object
Returns the value of attribute tag.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#children ⇒ Object
Returns the value of attribute children.
144 145 146 |
# File 'lib/tlv/parser/parser.rb', line 144 def children @children end |
#length ⇒ Object
Returns the value of attribute length.
144 145 146 |
# File 'lib/tlv/parser/parser.rb', line 144 def length @length end |
#tag ⇒ Object
Returns the value of attribute tag.
144 145 146 |
# File 'lib/tlv/parser/parser.rb', line 144 def tag @tag end |
#value ⇒ Object
Returns the value of attribute value.
144 145 146 |
# File 'lib/tlv/parser/parser.rb', line 144 def value @value end |