Class: Lol::Summoner

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



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

def id
  @id
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#profile_icon_idObject

Returns the value of attribute profile_icon_id.



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

def profile_icon_id
  @profile_icon_id
end

#revision_dateObject

Returns the value of attribute revision_date.



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

def revision_date
  @revision_date
end

#revision_date_strObject

Returns the value of attribute revision_date_str.



21
22
23
# File 'lib/lol/summoner.rb', line 21

def revision_date_str
  @revision_date_str
end

#summoner_levelObject

Returns the value of attribute summoner_level.



25
26
27
# File 'lib/lol/summoner.rb', line 25

def summoner_level
  @summoner_level
end