Class: Kward::Transport::InboundMessage
- Inherits:
-
Data
- Object
- Data
- Kward::Transport::InboundMessage
- Defined in:
- lib/kward/transport/contracts.rb
Instance Attribute Summary collapse
-
#actor ⇒ Object
readonly
Returns the value of attribute actor.
-
#attachments ⇒ Object
readonly
Returns the value of attribute attachments.
-
#conversation ⇒ Object
readonly
Returns the value of attribute conversation.
-
#idempotency_key ⇒ Object
readonly
Returns the value of attribute idempotency_key.
-
#message_id ⇒ Object
readonly
Returns the value of attribute message_id.
-
#metadata ⇒ Object
readonly
Returns the value of attribute metadata.
-
#reply_context ⇒ Object
readonly
Returns the value of attribute reply_context.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
Instance Attribute Details
#actor ⇒ Object (readonly)
Returns the value of attribute actor
13 14 15 |
# File 'lib/kward/transport/contracts.rb', line 13 def actor @actor end |
#attachments ⇒ Object (readonly)
Returns the value of attribute attachments
13 14 15 |
# File 'lib/kward/transport/contracts.rb', line 13 def @attachments end |
#conversation ⇒ Object (readonly)
Returns the value of attribute conversation
13 14 15 |
# File 'lib/kward/transport/contracts.rb', line 13 def conversation @conversation end |
#idempotency_key ⇒ Object (readonly)
Returns the value of attribute idempotency_key
13 14 15 |
# File 'lib/kward/transport/contracts.rb', line 13 def idempotency_key @idempotency_key end |
#message_id ⇒ Object (readonly)
Returns the value of attribute message_id
13 14 15 |
# File 'lib/kward/transport/contracts.rb', line 13 def @message_id end |
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata
13 14 15 |
# File 'lib/kward/transport/contracts.rb', line 13 def @metadata end |
#reply_context ⇒ Object (readonly)
Returns the value of attribute reply_context
13 14 15 |
# File 'lib/kward/transport/contracts.rb', line 13 def reply_context @reply_context end |
#text ⇒ Object (readonly)
Returns the value of attribute text
13 14 15 |
# File 'lib/kward/transport/contracts.rb', line 13 def text @text end |