Class: TLV::TLV_Object

Inherits:
Object
  • Object
show all
Defined in:
lib/tlv/parser/parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#childrenObject

Returns the value of attribute children.



144
145
146
# File 'lib/tlv/parser/parser.rb', line 144

def children
  @children
end

#lengthObject

Returns the value of attribute length.



144
145
146
# File 'lib/tlv/parser/parser.rb', line 144

def length
  @length
end

#tagObject

Returns the value of attribute tag.



144
145
146
# File 'lib/tlv/parser/parser.rb', line 144

def tag
  @tag
end

#valueObject

Returns the value of attribute value.



144
145
146
# File 'lib/tlv/parser/parser.rb', line 144

def value
  @value
end