Class: Lol::MiniSeries

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

Overview

Holds the representation of a MiniSeries

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

#lossesObject

Returns the value of attribute losses.



14
15
16
# File 'lib/lol/mini_series.rb', line 14

def losses
  @losses
end

#progressObject

Returns the value of attribute progress.



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

def progress
  @progress
end

#targetObject

Returns the value of attribute target.



6
7
8
# File 'lib/lol/mini_series.rb', line 6

def target
  @target
end

#time_left_to_play_millisObject

Returns the value of attribute time_left_to_play_millis.



18
19
20
# File 'lib/lol/mini_series.rb', line 18

def time_left_to_play_millis
  @time_left_to_play_millis
end

#winsObject

Returns the value of attribute wins.



10
11
12
# File 'lib/lol/mini_series.rb', line 10

def wins
  @wins
end