Class: Pulsar::Internal::FrameCodec::DecodedFrame

Inherits:
Struct
  • Object
show all
Defined in:
lib/pulsar/internal/frame_codec.rb

Instance Attribute Summary collapse

Instance Attribute Details

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



7
8
9
# File 'lib/pulsar/internal/frame_codec.rb', line 7

def command
  @command
end

#headers_and_payloadObject

Returns the value of attribute headers_and_payload

Returns:

  • (Object)

    the current value of headers_and_payload



7
8
9
# File 'lib/pulsar/internal/frame_codec.rb', line 7

def headers_and_payload
  @headers_and_payload
end