Class: Legion::Extensions::MicrosoftTeams::LocalCache::Extractor::Message

Inherits:
Struct
  • Object
show all
Defined in:
lib/legion/extensions/microsoft_teams/local_cache/extractor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#client_msg_idObject

Returns the value of attribute client_msg_id

Returns:

  • (Object)

    the current value of client_msg_id



18
19
20
# File 'lib/legion/extensions/microsoft_teams/local_cache/extractor.rb', line 18

def client_msg_id
  @client_msg_id
end

#compose_timeObject

Returns the value of attribute compose_time

Returns:

  • (Object)

    the current value of compose_time



18
19
20
# File 'lib/legion/extensions/microsoft_teams/local_cache/extractor.rb', line 18

def compose_time
  @compose_time
end

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



18
19
20
# File 'lib/legion/extensions/microsoft_teams/local_cache/extractor.rb', line 18

def content
  @content
end

#content_hashObject

Returns the value of attribute content_hash

Returns:

  • (Object)

    the current value of content_hash



18
19
20
# File 'lib/legion/extensions/microsoft_teams/local_cache/extractor.rb', line 18

def content_hash
  @content_hash
end

#content_typeObject

Returns the value of attribute content_type

Returns:

  • (Object)

    the current value of content_type



18
19
20
# File 'lib/legion/extensions/microsoft_teams/local_cache/extractor.rb', line 18

def content_type
  @content_type
end

#message_idObject

Returns the value of attribute message_id

Returns:

  • (Object)

    the current value of message_id



18
19
20
# File 'lib/legion/extensions/microsoft_teams/local_cache/extractor.rb', line 18

def message_id
  @message_id
end

#message_typeObject

Returns the value of attribute message_type

Returns:

  • (Object)

    the current value of message_type



18
19
20
# File 'lib/legion/extensions/microsoft_teams/local_cache/extractor.rb', line 18

def message_type
  @message_type
end

#senderObject

Returns the value of attribute sender

Returns:

  • (Object)

    the current value of sender



18
19
20
# File 'lib/legion/extensions/microsoft_teams/local_cache/extractor.rb', line 18

def sender
  @sender
end

#sender_idObject

Returns the value of attribute sender_id

Returns:

  • (Object)

    the current value of sender_id



18
19
20
# File 'lib/legion/extensions/microsoft_teams/local_cache/extractor.rb', line 18

def sender_id
  @sender_id
end

#thread_idObject

Returns the value of attribute thread_id

Returns:

  • (Object)

    the current value of thread_id



18
19
20
# File 'lib/legion/extensions/microsoft_teams/local_cache/extractor.rb', line 18

def thread_id
  @thread_id
end

#thread_topicObject

Returns the value of attribute thread_topic

Returns:

  • (Object)

    the current value of thread_topic



18
19
20
# File 'lib/legion/extensions/microsoft_teams/local_cache/extractor.rb', line 18

def thread_topic
  @thread_topic
end

#thread_typeObject

Returns the value of attribute thread_type

Returns:

  • (Object)

    the current value of thread_type



18
19
20
# File 'lib/legion/extensions/microsoft_teams/local_cache/extractor.rb', line 18

def thread_type
  @thread_type
end