Skip to content
Kward Search API index

Class: Kward::Transport::InboundMessage

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

Instance Attribute Summary collapse

Instance Attribute Details

#actorObject (readonly)

Returns the value of attribute actor

Returns:

  • (Object)

    the current value of actor



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

def actor
  @actor
end

#attachmentsObject (readonly)

Returns the value of attribute attachments

Returns:

  • (Object)

    the current value of attachments



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

def attachments
  @attachments
end

#conversationObject (readonly)

Returns the value of attribute conversation

Returns:

  • (Object)

    the current value of conversation



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

def conversation
  @conversation
end

#idempotency_keyObject (readonly)

Returns the value of attribute idempotency_key

Returns:

  • (Object)

    the current value of idempotency_key



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

def idempotency_key
  @idempotency_key
end

#message_idObject (readonly)

Returns the value of attribute message_id

Returns:

  • (Object)

    the current value of message_id



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

def message_id
  @message_id
end

#metadataObject (readonly)

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



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

def 
  @metadata
end

#reply_contextObject (readonly)

Returns the value of attribute reply_context

Returns:

  • (Object)

    the current value of reply_context



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

def reply_context
  @reply_context
end

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



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

def text
  @text
end