Class: Hyrax::UserStatImporter::UserRecord

Inherits:
Struct
  • Object
show all
Defined in:
app/services/hyrax/user_stat_importer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



5
6
7
# File 'app/services/hyrax/user_stat_importer.rb', line 5

def id
  @id
end

#last_stats_updateObject

Returns the value of attribute last_stats_update

Returns:

  • (Object)

    the current value of last_stats_update



5
6
7
# File 'app/services/hyrax/user_stat_importer.rb', line 5

def last_stats_update
  @last_stats_update
end

#user_keyObject

Returns the value of attribute user_key

Returns:

  • (Object)

    the current value of user_key



5
6
7
# File 'app/services/hyrax/user_stat_importer.rb', line 5

def user_key
  @user_key
end