Class: Lol::RawStatistic

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

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#valueObject

Returns the value of attribute value.



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

def value
  @value
end