Method: Clashinator::Troop#initialize

Defined in:
lib/clashinator/troop.rb

#initialize(attributes) ⇒ Troop

Returns a new instance of Troop.



5
6
7
# File 'lib/clashinator/troop.rb', line 5

def initialize(attributes)
  super(attributes)
end