Class: MLB::StatGroup

Inherits:
Shale::Mapper
  • Object
show all
Defined in:
lib/mlb/stat_group.rb

Overview

Represents a stat group

Instance Attribute Summary collapse

Instance Attribute Details

#display_nameString

Returns the display name for the stat group

Examples:

stat_group.display_name #=> "hitting"

Returns:

  • (String)

    the display name for the stat group



15
# File 'lib/mlb/stat_group.rb', line 15

attribute :display_name, Shale::Type::String