Class: MLB::JobType
- Inherits:
-
Shale::Mapper
- Object
- Shale::Mapper
- MLB::JobType
- Defined in:
- lib/mlb/job_type.rb
Overview
Represents a job type
Instance Attribute Summary collapse
-
#code ⇒ String
Returns the job type code.
-
#job ⇒ String
Returns the job title.
-
#sort_order ⇒ Integer
Returns the sort order.
Instance Attribute Details
#code ⇒ String
Returns the job type code
15 |
# File 'lib/mlb/job_type.rb', line 15 attribute :code, Shale::Type::String |
#job ⇒ String
Returns the job title
23 |
# File 'lib/mlb/job_type.rb', line 23 attribute :job, Shale::Type::String |
#sort_order ⇒ Integer
Returns the sort order
31 |
# File 'lib/mlb/job_type.rb', line 31 attribute :sort_order, Shale::Type::Integer |