class Team

Represents a

Attributes

exp_breakdowns[RW]

An array of ExpBreakdown for the given team

Public Class Methods

new() click to toggle source
# File lib/herostats/team.rb, line 6
def initialize
  @exp_breakdowns = []
end