class Clashinator::Hero
This class represents the hero model through the player model
Public Class Methods
new(attributes)
click to toggle source
Calls superclass method
Clashinator::Army::new
# File lib/clashinator/hero.rb, line 5 def initialize(attributes) super(attributes) end