Class: Lol::Talent

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

Instance Attribute Summary collapse

Attributes inherited from Model

#raw

Method Summary

Methods inherited from Model

#initialize

Constructor Details

This class inherits a constructor from Lol::Model

Instance Attribute Details

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#rankObject

Returns the value of attribute rank.



14
15
16
# File 'lib/lol/talent.rb', line 14

def rank
  @rank
end