Class: Lol::League

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

Overview

Holds the representation of a League

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

#entriesObject

Returns the value of attribute entries.



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

def entries
  @entries
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#queueObject

Returns the value of attribute queue.



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

def queue
  @queue
end

#tierObject

Returns the value of attribute tier.



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

def tier
  @tier
end