Class: Clashinator::Spell
Overview
This class represents the spell model through the player model
Instance Attribute Summary
Attributes inherited from Army
Instance Method Summary collapse
-
#initialize(attributes) ⇒ Spell
constructor
A new instance of Spell.
Constructor Details
#initialize(attributes) ⇒ Spell
Returns a new instance of Spell.
5 6 7 |
# File 'lib/clashinator/spell.rb', line 5 def initialize(attributes) super(attributes) end |