Class: Renshuu::Profile::Progress

Inherits:
Model
  • Object
show all
Defined in:
lib/renshuu/models/profile.rb

Overview

Model class for profile JLPT progress.

Instance Attribute Summary collapse

Instance Attribute Details

#n1Integer (readonly)

Returns:

  • (Integer)


101
# File 'lib/renshuu/models/profile.rb', line 101

attribute :n1, Types::Integer

#n2Integer (readonly)

Returns:

  • (Integer)


105
# File 'lib/renshuu/models/profile.rb', line 105

attribute :n2, Types::Integer

#n3Integer (readonly)

Returns:

  • (Integer)


109
# File 'lib/renshuu/models/profile.rb', line 109

attribute :n3, Types::Integer

#n4Integer (readonly)

Returns:

  • (Integer)


113
# File 'lib/renshuu/models/profile.rb', line 113

attribute :n4, Types::Integer

#n5Integer (readonly)

Returns:

  • (Integer)


117
# File 'lib/renshuu/models/profile.rb', line 117

attribute :n5, Types::Integer