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