Class: BracketTree::Template::DoubleElimination

Inherits:
Base
  • Object
show all
Defined in:
lib/bracket_tree/templates/double_elimination.rb

Instance Attribute Summary

Attributes inherited from Base

#matches, #seats, #starting_seats

Class Method Summary collapse

Methods inherited from Base

by_size, from_json, #initialize, #to_h

Constructor Details

This class inherits a constructor from BracketTree::Template::Base

Class Method Details

.locationObject



5
6
7
# File 'lib/bracket_tree/templates/double_elimination.rb', line 5

def location
  File.join File.dirname(__FILE__), 'double_elimination'
end