Module: Eco::API::Session::Batch::Feedback::JobDependencies
- Included in:
- Eco::API::Session::Batch::Feedback, Generate, RequestStat
- Defined in:
- lib/eco/api/session/batch/feedback/job_dependencies.rb
Job shortcut methods collapse
- #job_requests ⇒ Object
-
#name ⇒ String
Name of the
batch job. - #options ⇒ Object
- #sets ⇒ Object
- #type ⇒ Object
Instance Method Summary collapse
Instance Method Details
#job ⇒ Object
7 8 9 |
# File 'lib/eco/api/session/batch/feedback/job_dependencies.rb', line 7 def job @job end |
#job_requests ⇒ Object
35 36 37 |
# File 'lib/eco/api/session/batch/feedback/job_dependencies.rb', line 35 def job_requests job.requests end |
#name ⇒ String
Returns name of the batch job.
15 16 17 |
# File 'lib/eco/api/session/batch/feedback/job_dependencies.rb', line 15 def name job.name end |
#options ⇒ Object
30 31 32 |
# File 'lib/eco/api/session/batch/feedback/job_dependencies.rb', line 30 def job. end |
#sets ⇒ Object
25 26 27 |
# File 'lib/eco/api/session/batch/feedback/job_dependencies.rb', line 25 def sets job.sets end |
#type ⇒ Object
20 21 22 |
# File 'lib/eco/api/session/batch/feedback/job_dependencies.rb', line 20 def type job.type end |