Class: Legion::Gaia::Channels::Teams::ConversationStore::UserProfile
- Inherits:
-
Data
- Object
- Data
- Legion::Gaia::Channels::Teams::ConversationStore::UserProfile
- Defined in:
- lib/legion/gaia/channels/teams/conversation_store.rb
Instance Attribute Summary collapse
-
#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.
-
#user_id ⇒ Object
readonly
Returns the value of attribute user_id.
Instance Method Summary collapse
-
#initialize(user_id:, service_url:, tenant_id: nil, updated_at: Time.now.utc) ⇒ UserProfile
constructor
A new instance of UserProfile.
Constructor Details
#initialize(user_id:, service_url:, tenant_id: nil, updated_at: Time.now.utc) ⇒ UserProfile
Returns a new instance of UserProfile.
17 18 19 |
# File 'lib/legion/gaia/channels/teams/conversation_store.rb', line 17 def initialize(user_id:, service_url:, tenant_id: nil, updated_at: Time.now.utc) super end |
Instance Attribute Details
#service_url ⇒ Object (readonly)
Returns the value of attribute service_url
16 17 18 |
# File 'lib/legion/gaia/channels/teams/conversation_store.rb', line 16 def service_url @service_url end |
#tenant_id ⇒ Object (readonly)
Returns the value of attribute tenant_id
16 17 18 |
# File 'lib/legion/gaia/channels/teams/conversation_store.rb', line 16 def tenant_id @tenant_id end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at
16 17 18 |
# File 'lib/legion/gaia/channels/teams/conversation_store.rb', line 16 def updated_at @updated_at end |
#user_id ⇒ Object (readonly)
Returns the value of attribute user_id
16 17 18 |
# File 'lib/legion/gaia/channels/teams/conversation_store.rb', line 16 def user_id @user_id end |