Class: Lol::Mastery

Inherits:
Model
  • Object
show all
Defined in:
lib/lol/mastery.rb

Instance Attribute Summary collapse

Attributes inherited from Model

#raw

Method Summary

Methods inherited from Model

#initialize, #inspect

Constructor Details

This class inherits a constructor from Lol::Model

Instance Attribute Details

#idFixnum



6
7
8
# File 'lib/lol/mastery.rb', line 6

def id
  @id
end

#rankFixnum



10
11
12
# File 'lib/lol/mastery.rb', line 10

def rank
  @rank
end