Sha256: 3b3a3e81d05d8b7d039b883a22e9ea01f29ff59ecbd513197d648475ac17e3d4

Contents?: true

Size: 116 Bytes

Versions: 3

Compression:

Stored size: 116 Bytes

Contents

module GameMachine
  module Models
    class FindMatch < Model
      attribute :team_name, 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/find_match.rb
game_machine-1.0.2 lib/game_machine/models/find_match.rb
game_machine-0.0.11 lib/game_machine/models/find_match.rb