Class: AppcuesDataUploader::UserActivity

Inherits:
Struct
  • Object
show all
Defined in:
lib/appcues_data_uploader.rb

Instance Attribute Summary collapse

Instance Attribute Details

#account_idObject

Returns the value of attribute account_id

Returns:

  • (Object)

    the current value of account_id



22
23
24
# File 'lib/appcues_data_uploader.rb', line 22

def 
  @account_id
end

#eventsObject

Returns the value of attribute events

Returns:

  • (Object)

    the current value of events



22
23
24
# File 'lib/appcues_data_uploader.rb', line 22

def events
  @events
end

#profile_updateObject

Returns the value of attribute profile_update

Returns:

  • (Object)

    the current value of profile_update



22
23
24
# File 'lib/appcues_data_uploader.rb', line 22

def profile_update
  @profile_update
end

#user_idObject

Returns the value of attribute user_id

Returns:

  • (Object)

    the current value of user_id



22
23
24
# File 'lib/appcues_data_uploader.rb', line 22

def user_id
  @user_id
end