Skip to content
Kward Search API index

Class: Kward::Transport::InboundMessage

Inherits:
Data
  • Object
show all
Defined in:
lib/kward/transport.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actorObject (readonly)

Returns the value of attribute actor

Returns:

  • (Object)

    the current value of actor



12
13
14
# File 'lib/kward/transport.rb', line 12

def actor
  @actor
end

#attachmentsObject (readonly)

Returns the value of attribute attachments

Returns:

  • (Object)

    the current value of attachments



12
13
14
# File 'lib/kward/transport.rb', line 12

def attachments
  @attachments
end

#conversationObject (readonly)

Returns the value of attribute conversation

Returns:

  • (Object)

    the current value of conversation



12
13
14
# File 'lib/kward/transport.rb', line 12

def conversation
  @conversation
end

#idempotency_keyObject (readonly)

Returns the value of attribute idempotency_key

Returns:

  • (Object)

    the current value of idempotency_key



12
13
14
# File 'lib/kward/transport.rb', line 12

def idempotency_key
  @idempotency_key
end

#message_idObject (readonly)

Returns the value of attribute message_id

Returns:

  • (Object)

    the current value of message_id



12
13
14
# File 'lib/kward/transport.rb', line 12

def message_id
  @message_id
end

#metadataObject (readonly)

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



12
13
14
# File 'lib/kward/transport.rb', line 12

def 
  @metadata
end

#reply_contextObject (readonly)

Returns the value of attribute reply_context

Returns:

  • (Object)

    the current value of reply_context



12
13
14
# File 'lib/kward/transport.rb', line 12

def reply_context
  @reply_context
end

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



12
13
14
# File 'lib/kward/transport.rb', line 12

def text
  @text
end