Class: PDUTools::Encoder::MessagePart
- Inherits:
-
Struct
- Object
- Struct
- PDUTools::Encoder::MessagePart
- Defined in:
- lib/pdu_tools/encoder.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#length ⇒ Object
Returns the value of attribute length.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
11 12 13 |
# File 'lib/pdu_tools/encoder.rb', line 11 def data @data end |
#length ⇒ Object
Returns the value of attribute length
11 12 13 |
# File 'lib/pdu_tools/encoder.rb', line 11 def length @length end |