Class: AppcuesDataUploader::UserActivity
- Inherits:
-
Struct
- Object
- Struct
- AppcuesDataUploader::UserActivity
- Defined in:
- lib/appcues_data_uploader.rb
Instance Attribute Summary collapse
-
#account_id ⇒ Object
Returns the value of attribute account_id.
-
#events ⇒ Object
Returns the value of attribute events.
-
#profile_update ⇒ Object
Returns the value of attribute profile_update.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Instance Attribute Details
#account_id ⇒ Object
Returns the value of attribute account_id
22 23 24 |
# File 'lib/appcues_data_uploader.rb', line 22 def account_id @account_id end |
#events ⇒ Object
Returns the value of attribute events
22 23 24 |
# File 'lib/appcues_data_uploader.rb', line 22 def events @events end |
#profile_update ⇒ Object
Returns the value of attribute profile_update
22 23 24 |
# File 'lib/appcues_data_uploader.rb', line 22 def profile_update @profile_update end |
#user_id ⇒ Object
Returns the value of attribute user_id
22 23 24 |
# File 'lib/appcues_data_uploader.rb', line 22 def user_id @user_id end |