Class: MLB::RosterType
- Inherits:
-
Shale::Mapper
- Object
- Shale::Mapper
- MLB::RosterType
- Defined in:
- lib/mlb/roster_type.rb
Overview
Represents a roster type
Instance Attribute Summary collapse
-
#description ⇒ String
Returns the roster type description.
-
#lookup_name ⇒ String
Returns the lookup name.
-
#parameter ⇒ String
Returns the API parameter value.
Instance Attribute Details
#description ⇒ String
Returns the roster type description
15 |
# File 'lib/mlb/roster_type.rb', line 15 attribute :description, Shale::Type::String |
#lookup_name ⇒ String
Returns the lookup name
23 |
# File 'lib/mlb/roster_type.rb', line 23 attribute :lookup_name, Shale::Type::String |
#parameter ⇒ String
Returns the API parameter value
31 |
# File 'lib/mlb/roster_type.rb', line 31 attribute :parameter, Shale::Type::String |