Class: Pulsar::Internal::FrameCodec::DecodedFrame
- Inherits:
-
Struct
- Object
- Struct
- Pulsar::Internal::FrameCodec::DecodedFrame
- Defined in:
- lib/pulsar/internal/frame_codec.rb
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#headers_and_payload ⇒ Object
Returns the value of attribute headers_and_payload.
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command
7 8 9 |
# File 'lib/pulsar/internal/frame_codec.rb', line 7 def command @command end |
#headers_and_payload ⇒ Object
Returns the value of attribute headers_and_payload
7 8 9 |
# File 'lib/pulsar/internal/frame_codec.rb', line 7 def headers_and_payload @headers_and_payload end |