Sha256: b52d2d98a57bf8da9dcf55cf227e5bb91289742c654193f14c6b6f320b0e9d19

Contents?: true

Size: 144 Bytes

Versions: 3

Compression:

Stored size: 144 Bytes

Contents

module GameMachine
  module Models
    class DestroyTeam < Model
      attribute :name, String
      attribute :owner, 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/destroy_team.rb
game_machine-1.0.2 lib/game_machine/models/destroy_team.rb
game_machine-0.0.11 lib/game_machine/models/destroy_team.rb