class Clashinator::Spell

This class represents the spell model through the player model

Public Class Methods

new(attributes) click to toggle source
Calls superclass method Clashinator::Army::new
# File lib/clashinator/spell.rb, line 5
def initialize(attributes)
  super(attributes)
end