Class: Rubygoal::MatchData::Factory
- Inherits:
-
Object
- Object
- Rubygoal::MatchData::Factory
- Extended by:
- Forwardable
- Defined in:
- lib/rubygoal/match_data.rb
Instance Method Summary collapse
- #create ⇒ Object
-
#initialize(game, side) ⇒ Factory
constructor
A new instance of Factory.
Constructor Details
#initialize(game, side) ⇒ Factory
Returns a new instance of Factory.
8 9 10 11 |
# File 'lib/rubygoal/match_data.rb', line 8 def initialize(game, side) @game = game @side = side end |