Class: NATS::Msg
- Inherits:
-
Struct
- Object
- Struct
- NATS::Msg
- Defined in:
- lib/nats/io/client.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#reply ⇒ Object
Returns the value of attribute reply.
-
#subject ⇒ Object
Returns the value of attribute subject.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
1089 1090 1091 |
# File 'lib/nats/io/client.rb', line 1089 def data @data end |
#reply ⇒ Object
Returns the value of attribute reply
1089 1090 1091 |
# File 'lib/nats/io/client.rb', line 1089 def reply @reply end |
#subject ⇒ Object
Returns the value of attribute subject
1089 1090 1091 |
# File 'lib/nats/io/client.rb', line 1089 def subject @subject end |