Class: Lol::RankedStatisticsSummary

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

#championsObject

Returns the value of attribute champions.



7
8
9
# File 'lib/lol/ranked_statistics_summary.rb', line 7

def champions
  @champions
end

#modify_dateObject

Returns the value of attribute modify_date.



11
12
13
# File 'lib/lol/ranked_statistics_summary.rb', line 11

def modify_date
  @modify_date
end

#modify_date_strObject

Returns the value of attribute modify_date_str.



15
16
17
# File 'lib/lol/ranked_statistics_summary.rb', line 15

def modify_date_str
  @modify_date_str
end

#summoner_idObject

Returns the value of attribute summoner_id.



19
20
21
# File 'lib/lol/ranked_statistics_summary.rb', line 19

def summoner_id
  @summoner_id
end