Class: Team
- Inherits:
-
Object
- Object
- Team
- Defined in:
- lib/herostats/team.rb
Overview
Represents a
Instance Attribute Summary collapse
-
#exp_breakdowns ⇒ Object
An array of ExpBreakdown for the given team.
Instance Method Summary collapse
-
#initialize ⇒ Team
constructor
A new instance of Team.
Constructor Details
#initialize ⇒ Team
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_breakdowns ⇒ Object
An array of ExpBreakdown for the given team
4 5 6 |
# File 'lib/herostats/team.rb', line 4 def exp_breakdowns @exp_breakdowns end |