Class: Legion::Gaia::Channels::Teams::ConversationStore::Reference
- Inherits:
-
Data
- Object
- Data
- Legion::Gaia::Channels::Teams::ConversationStore::Reference
- Defined in:
- lib/legion/gaia/channels/teams/conversation_store.rb
Instance Attribute Summary collapse
-
#bot_id ⇒ Object
readonly
Returns the value of attribute bot_id.
-
#conversation_id ⇒ Object
readonly
Returns the value of attribute conversation_id.
-
#last_activity_id ⇒ Object
readonly
Returns the value of attribute last_activity_id.
-
#service_url ⇒ Object
readonly
Returns the value of attribute service_url.
-
#tenant_id ⇒ Object
readonly
Returns the value of attribute tenant_id.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
Instance Method Summary collapse
-
#initialize(conversation_id:, service_url:, tenant_id: nil, bot_id: nil, last_activity_id: nil, updated_at: Time.now.utc) ⇒ Reference
constructor
A new instance of Reference.
Constructor Details
#initialize(conversation_id:, service_url:, tenant_id: nil, bot_id: nil, last_activity_id: nil, updated_at: Time.now.utc) ⇒ Reference
Returns a new instance of Reference.
10 11 12 13 |
# File 'lib/legion/gaia/channels/teams/conversation_store.rb', line 10 def initialize(conversation_id:, service_url:, tenant_id: nil, bot_id: nil, last_activity_id: nil, updated_at: Time.now.utc) super end |
Instance Attribute Details
#bot_id ⇒ Object (readonly)
Returns the value of attribute bot_id
8 9 10 |
# File 'lib/legion/gaia/channels/teams/conversation_store.rb', line 8 def bot_id @bot_id end |
#conversation_id ⇒ Object (readonly)
Returns the value of attribute conversation_id
8 9 10 |
# File 'lib/legion/gaia/channels/teams/conversation_store.rb', line 8 def conversation_id @conversation_id end |
#last_activity_id ⇒ Object (readonly)
Returns the value of attribute last_activity_id
8 9 10 |
# File 'lib/legion/gaia/channels/teams/conversation_store.rb', line 8 def last_activity_id @last_activity_id end |
#service_url ⇒ Object (readonly)
Returns the value of attribute service_url
8 9 10 |
# File 'lib/legion/gaia/channels/teams/conversation_store.rb', line 8 def service_url @service_url end |
#tenant_id ⇒ Object (readonly)
Returns the value of attribute tenant_id
8 9 10 |
# File 'lib/legion/gaia/channels/teams/conversation_store.rb', line 8 def tenant_id @tenant_id end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at
8 9 10 |
# File 'lib/legion/gaia/channels/teams/conversation_store.rb', line 8 def updated_at @updated_at end |