Class: Renshuu::Profile::Progress
- Defined in:
- lib/renshuu/models/profile.rb
Overview
Model class for profile JLPT progress.
Instance Attribute Summary collapse
- #n1 ⇒ Integer readonly
- #n2 ⇒ Integer readonly
- #n3 ⇒ Integer readonly
- #n4 ⇒ Integer readonly
- #n5 ⇒ Integer readonly
Instance Attribute Details
#n1 ⇒ Integer (readonly)
101 |
# File 'lib/renshuu/models/profile.rb', line 101 attribute :n1, Types::Integer |
#n2 ⇒ Integer (readonly)
105 |
# File 'lib/renshuu/models/profile.rb', line 105 attribute :n2, Types::Integer |
#n3 ⇒ Integer (readonly)
109 |
# File 'lib/renshuu/models/profile.rb', line 109 attribute :n3, Types::Integer |
#n4 ⇒ Integer (readonly)
113 |
# File 'lib/renshuu/models/profile.rb', line 113 attribute :n4, Types::Integer |
#n5 ⇒ Integer (readonly)
117 |
# File 'lib/renshuu/models/profile.rb', line 117 attribute :n5, Types::Integer |