Sha256: 5245be77551b08e7f0a40a959e26b31d106a9822892a88dc346cf318a842d43a

Contents?: true

Size: 110 Bytes

Versions: 3

Compression:

Stored size: 110 Bytes

Contents

module GameMachine
  module Models
    class TeamLeft < Model
      attribute :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/team_left.rb
game_machine-1.0.2 lib/game_machine/models/team_left.rb
game_machine-0.0.11 lib/game_machine/models/team_left.rb