Class: ChgkRating::Collections::TournamentTeams

Inherits:
Base show all
Defined in:
lib/chgk_rating/collections/tournaments/tournament_teams.rb

Constant Summary

Constants included from ChgkRating::Connection

ChgkRating::Connection::BASE_URL

Instance Attribute Summary collapse

Attributes inherited from Base

#items

Instance Method Summary collapse

Methods inherited from Base

#[], #convertable?, #each, #respond_to?, #to_a, #to_h

Methods included from Request

#get

Methods included from ChgkRating::Connection

#connection

Methods inherited from ChgkRating::ChgkObject

#build_model, #extract_id_from

Constructor Details

#initialize(params = {}) ⇒ TournamentTeams

Returns a new instance of TournamentTeams.



8
9
10
11
12
# File 'lib/chgk_rating/collections/tournaments/tournament_teams.rb', line 8

def initialize(params = {})
  @tournament = build_model params[:tournament], ChgkRating::Models::Tournament

  super
end

Instance Attribute Details

#tournamentObject (readonly)

Returns the value of attribute tournament.



6
7
8
# File 'lib/chgk_rating/collections/tournaments/tournament_teams.rb', line 6

def tournament
  @tournament
end