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