Class: Lol::Statistic

Inherits:
Model
  • Object
show all
Defined in:
lib/lol/statistic.rb

Instance Attribute Summary collapse

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.



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

def id
  @id
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#rawObject (readonly)

Returns the value of attribute raw.



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

def raw
  @raw
end

#valueObject

Returns the value of attribute value.



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

def value
  @value
end