Class: Hyrax::UserStatImporter::UserRecord
- Inherits:
-
Struct
- Object
- Struct
- Hyrax::UserStatImporter::UserRecord
- Defined in:
- app/services/hyrax/user_stat_importer.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#last_stats_update ⇒ Object
Returns the value of attribute last_stats_update.
-
#user_key ⇒ Object
Returns the value of attribute user_key.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
6 7 8 |
# File 'app/services/hyrax/user_stat_importer.rb', line 6 def id @id end |
#last_stats_update ⇒ Object
Returns the value of attribute last_stats_update
6 7 8 |
# File 'app/services/hyrax/user_stat_importer.rb', line 6 def last_stats_update @last_stats_update end |
#user_key ⇒ Object
Returns the value of attribute user_key
6 7 8 |
# File 'app/services/hyrax/user_stat_importer.rb', line 6 def user_key @user_key end |