Class: Kindly::Jobs::TestJobWithInput
- Inherits:
-
Object
- Object
- Kindly::Jobs::TestJobWithInput
- Defined in:
- lib/kindly/jobs/test_job_with_input.rb
Instance Attribute Summary collapse
-
#input ⇒ Object
Returns the value of attribute input.
Instance Method Summary collapse
Instance Attribute Details
#input ⇒ Object
Returns the value of attribute input.
7 8 9 |
# File 'lib/kindly/jobs/test_job_with_input.rb', line 7 def input @input end |
Instance Method Details
#run ⇒ Object
9 10 11 |
# File 'lib/kindly/jobs/test_job_with_input.rb', line 9 def run puts "input: #{@input}" end |