Class: Kward::Transport::InboundMessage
- Inherits:
-
Data
- Object
- Data
- Kward::Transport::InboundMessage
- Defined in:
- lib/kward/transport.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
12 13 14 |
# File 'lib/kward/transport.rb', line 12 def actor @actor end |
#attachments ⇒ Object (readonly)
Returns the value of attribute attachments
12 13 14 |
# File 'lib/kward/transport.rb', line 12 def @attachments end |
#conversation ⇒ Object (readonly)
Returns the value of attribute conversation
12 13 14 |
# File 'lib/kward/transport.rb', line 12 def conversation @conversation end |
#idempotency_key ⇒ Object (readonly)
Returns the value of attribute idempotency_key
12 13 14 |
# File 'lib/kward/transport.rb', line 12 def idempotency_key @idempotency_key end |
#message_id ⇒ Object (readonly)
Returns the value of attribute message_id
12 13 14 |
# File 'lib/kward/transport.rb', line 12 def @message_id end |
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata
12 13 14 |
# File 'lib/kward/transport.rb', line 12 def @metadata end |
#reply_context ⇒ Object (readonly)
Returns the value of attribute reply_context
12 13 14 |
# File 'lib/kward/transport.rb', line 12 def reply_context @reply_context end |
#text ⇒ Object (readonly)
Returns the value of attribute text
12 13 14 |
# File 'lib/kward/transport.rb', line 12 def text @text end |