Class: Lol::PlayerStatistic

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

#aggregated_statsObject

Returns the value of attribute aggregated_stats.



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

def aggregated_stats
  @aggregated_stats
end

#lossesObject

Returns the value of attribute losses.



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

def losses
  @losses
end

#modify_dateObject

Returns the value of attribute modify_date.



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

def modify_date
  @modify_date
end

#modify_date_strObject

Returns the value of attribute modify_date_str.



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

def modify_date_str
  @modify_date_str
end

#player_stat_summary_typeObject

Returns the value of attribute player_stat_summary_type.



23
24
25
# File 'lib/lol/player_statistic.rb', line 23

def player_stat_summary_type
  @player_stat_summary_type
end

#winsObject

Returns the value of attribute wins.



27
28
29
# File 'lib/lol/player_statistic.rb', line 27

def wins
  @wins
end