Class: Clashinator::Spell

Inherits:
Army
  • Object
show all
Defined in:
lib/clashinator/spell.rb

Overview

This class represents the spell model through the player model

Instance Attribute Summary

Attributes inherited from Army

#level, #max_level, #name

Instance Method Summary collapse

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