Sha256: b4d050c45e50a823e13f092989ff2629f124660e388bed32efd854335669ff52

Contents?: true

Size: 178 Bytes

Versions: 3

Compression:

Stored size: 178 Bytes

Contents

module GameMachine
  module Models
    class Match < Model
      attribute :teams, String
      attribute :server, String
      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/match.rb
game_machine-1.0.2 lib/game_machine/models/match.rb
game_machine-0.0.11 lib/game_machine/models/match.rb