Class: Lol::Rune

Inherits:
Model show all
Defined in:
lib/lol/rune.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

#descriptionObject

Returns the value of attribute description.



13
14
15
# File 'lib/lol/rune.rb', line 13

def description
  @description
end

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/lol/rune.rb', line 5

def id
  @id
end

#nameObject

Returns the value of attribute name.



9
10
11
# File 'lib/lol/rune.rb', line 9

def name
  @name
end

#tierObject

Returns the value of attribute tier.



17
18
19
# File 'lib/lol/rune.rb', line 17

def tier
  @tier
end