class TicTacToeRZ::GamePlay::MatchType
Attributes
player1_type[R]
player2_type[R]
Public Class Methods
new(player1_type, player2_type)
click to toggle source
# File lib/tic_tac_toe_rz/tictactoeruby.core/gameplay/match_type.rb, line 6 def initialize(player1_type, player2_type) @player1_type = player1_type @player2_type = player2_type end