Class: PDUTools::Encoder::MessagePart

Inherits:
Struct
  • Object
show all
Defined in:
lib/pdu_tools/encoder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



11
12
13
# File 'lib/pdu_tools/encoder.rb', line 11

def data
  @data
end

#lengthObject

Returns the value of attribute length

Returns:

  • (Object)

    the current value of length



11
12
13
# File 'lib/pdu_tools/encoder.rb', line 11

def length
  @length
end