Class: Legion::Extensions::MicrosoftTeams::LocalCache::Extractor::Message
- Inherits:
-
Struct
- Object
- Struct
- Legion::Extensions::MicrosoftTeams::LocalCache::Extractor::Message
- Defined in:
- lib/legion/extensions/microsoft_teams/local_cache/extractor.rb
Instance Attribute Summary collapse
-
#client_msg_id ⇒ Object
Returns the value of attribute client_msg_id.
-
#compose_time ⇒ Object
Returns the value of attribute compose_time.
-
#content ⇒ Object
Returns the value of attribute content.
-
#content_hash ⇒ Object
Returns the value of attribute content_hash.
-
#content_type ⇒ Object
Returns the value of attribute content_type.
-
#message_id ⇒ Object
Returns the value of attribute message_id.
-
#message_type ⇒ Object
Returns the value of attribute message_type.
-
#sender ⇒ Object
Returns the value of attribute sender.
-
#sender_id ⇒ Object
Returns the value of attribute sender_id.
-
#thread_id ⇒ Object
Returns the value of attribute thread_id.
-
#thread_topic ⇒ Object
Returns the value of attribute thread_topic.
-
#thread_type ⇒ Object
Returns the value of attribute thread_type.
Instance Attribute Details
#client_msg_id ⇒ Object
Returns the value of attribute 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_time ⇒ Object
Returns the value of attribute compose_time
18 19 20 |
# File 'lib/legion/extensions/microsoft_teams/local_cache/extractor.rb', line 18 def compose_time @compose_time end |
#content ⇒ Object
Returns the value of attribute content
18 19 20 |
# File 'lib/legion/extensions/microsoft_teams/local_cache/extractor.rb', line 18 def content @content end |
#content_hash ⇒ Object
Returns the value of attribute content_hash
18 19 20 |
# File 'lib/legion/extensions/microsoft_teams/local_cache/extractor.rb', line 18 def content_hash @content_hash end |
#content_type ⇒ Object
Returns the value of attribute content_type
18 19 20 |
# File 'lib/legion/extensions/microsoft_teams/local_cache/extractor.rb', line 18 def content_type @content_type end |
#message_id ⇒ Object
Returns the value of attribute message_id
18 19 20 |
# File 'lib/legion/extensions/microsoft_teams/local_cache/extractor.rb', line 18 def @message_id end |
#message_type ⇒ Object
Returns the value of attribute message_type
18 19 20 |
# File 'lib/legion/extensions/microsoft_teams/local_cache/extractor.rb', line 18 def @message_type end |
#sender ⇒ Object
Returns the value of attribute sender
18 19 20 |
# File 'lib/legion/extensions/microsoft_teams/local_cache/extractor.rb', line 18 def sender @sender end |
#sender_id ⇒ Object
Returns the value of attribute sender_id
18 19 20 |
# File 'lib/legion/extensions/microsoft_teams/local_cache/extractor.rb', line 18 def sender_id @sender_id end |
#thread_id ⇒ Object
Returns the value of attribute thread_id
18 19 20 |
# File 'lib/legion/extensions/microsoft_teams/local_cache/extractor.rb', line 18 def thread_id @thread_id end |
#thread_topic ⇒ Object
Returns the value of attribute thread_topic
18 19 20 |
# File 'lib/legion/extensions/microsoft_teams/local_cache/extractor.rb', line 18 def thread_topic @thread_topic end |
#thread_type ⇒ Object
Returns the value of attribute thread_type
18 19 20 |
# File 'lib/legion/extensions/microsoft_teams/local_cache/extractor.rb', line 18 def thread_type @thread_type end |