Class: Lol::Mastery
Instance Attribute Summary collapse
-
#id ⇒ Fixnum
readonly
Id of talent.
-
#rank ⇒ Fixnum
readonly
Rank of talent.
Attributes inherited from Model
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from Lol::Model
Instance Attribute Details
#id ⇒ Fixnum
6 7 8 |
# File 'lib/lol/mastery.rb', line 6 def id @id end |
#rank ⇒ Fixnum
10 11 12 |
# File 'lib/lol/mastery.rb', line 10 def rank @rank end |