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, #inspect

Constructor Details

This class inherits a constructor from Lol::Model

Instance Attribute Details

#championsArray

Returns List of player stats summarized by champion.

Returns:

  • (Array)

    List of player stats summarized by champion



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

def champions
  @champions
end

#modify_dateTime

Returns Time stats were last updated.

Returns:

  • (Time)

    Time stats were last updated



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

def modify_date
  @modify_date
end

#modify_date_strString

Returns Human readable string representing date stats were last updated.

Returns:

  • (String)

    Human readable string representing date stats were last updated



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

def modify_date_str
  @modify_date_str
end

#summoner_idFixnum

Returns Summoner Id.

Returns:

  • (Fixnum)

    Summoner Id



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

def summoner_id
  @summoner_id
end