Class: MLB::StandingsType
- Inherits:
-
Shale::Mapper
- Object
- Shale::Mapper
- MLB::StandingsType
- Defined in:
- lib/mlb/standings_type.rb
Overview
Represents a standings type
Instance Attribute Summary collapse
-
#description ⇒ String
Returns the description.
-
#name ⇒ String
Returns the standings type name.
Instance Attribute Details
#description ⇒ String
Returns the description
23 |
# File 'lib/mlb/standings_type.rb', line 23 attribute :description, Shale::Type::String |
#name ⇒ String
Returns the standings type name
15 |
# File 'lib/mlb/standings_type.rb', line 15 attribute :name, Shale::Type::String |