Class: Legion::Gaia::Channels::Teams::ConversationStore::UserProfile

Inherits:
Data
  • Object
show all
Defined in:
lib/legion/gaia/channels/teams/conversation_store.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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_urlObject (readonly)

Returns the value of attribute service_url

Returns:

  • (Object)

    the current value of service_url



16
17
18
# File 'lib/legion/gaia/channels/teams/conversation_store.rb', line 16

def service_url
  @service_url
end

#tenant_idObject (readonly)

Returns the value of attribute tenant_id

Returns:

  • (Object)

    the current value of tenant_id



16
17
18
# File 'lib/legion/gaia/channels/teams/conversation_store.rb', line 16

def tenant_id
  @tenant_id
end

#updated_atObject (readonly)

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



16
17
18
# File 'lib/legion/gaia/channels/teams/conversation_store.rb', line 16

def updated_at
  @updated_at
end

#user_idObject (readonly)

Returns the value of attribute user_id

Returns:

  • (Object)

    the current value of user_id



16
17
18
# File 'lib/legion/gaia/channels/teams/conversation_store.rb', line 16

def user_id
  @user_id
end