Class: MLB::DraftSchool
- Inherits:
-
Shale::Mapper
- Object
- Shale::Mapper
- MLB::DraftSchool
- Defined in:
- lib/mlb/draft_pick.rb
Overview
Represents a school in the draft
Instance Attribute Summary collapse
-
#city ⇒ String
Returns the city.
-
#country ⇒ String
Returns the country.
-
#name ⇒ String
Returns the school name.
-
#school_class ⇒ String
Returns the class level.
-
#state ⇒ String
Returns the state.
Instance Attribute Details
#city ⇒ String
Returns the city
31 |
# File 'lib/mlb/draft_pick.rb', line 31 attribute :city, Shale::Type::String |
#country ⇒ String
Returns the country
47 |
# File 'lib/mlb/draft_pick.rb', line 47 attribute :country, Shale::Type::String |
#name ⇒ String
Returns the school name
15 |
# File 'lib/mlb/draft_pick.rb', line 15 attribute :name, Shale::Type::String |
#school_class ⇒ String
Returns the class level
23 |
# File 'lib/mlb/draft_pick.rb', line 23 attribute :school_class, Shale::Type::String |
#state ⇒ String
Returns the state
39 |
# File 'lib/mlb/draft_pick.rb', line 39 attribute :state, Shale::Type::String |