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