Class: Team

Inherits:
Object
  • Object
show all
Defined in:
lib/herostats/team.rb

Overview

Represents a

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeTeam

Returns a new instance of Team.



6
7
8
# File 'lib/herostats/team.rb', line 6

def initialize
  @exp_breakdowns = []
end

Instance Attribute Details

#exp_breakdownsObject

An array of ExpBreakdown for the given team



4
5
6
# File 'lib/herostats/team.rb', line 4

def exp_breakdowns
  @exp_breakdowns
end