Sha256: 355d67a3c8c5bd5bffd37e7420c1c43770837446dfa9245d43d329055a5165ee

Contents?: true

Size: 155 Bytes

Versions: 3

Compression:

Stored size: 155 Bytes

Contents

module GameMachine
  module Models
    class StartMatch < Model
      attribute :team_names, Array
      attribute :game_handler, String
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
game_machine-1.0.4 lib/game_machine/models/start_match.rb
game_machine-1.0.2 lib/game_machine/models/start_match.rb
game_machine-0.0.11 lib/game_machine/models/start_match.rb