Class: RailsWorkflow::Operation
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- RailsWorkflow::Operation
- Includes:
- OperationStatus, RailsWorkflow::Operations::Assignments, RailsWorkflow::Operations::DefaultRunner, RailsWorkflow::Operations::Dependencies
- Defined in:
- app/models/rails_workflow/operation.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#instruction ⇒ Object
22 23 24 |
# File 'app/models/rails_workflow/operation.rb', line 22 def instruction self.template.instruction end |
#manager ⇒ Object
26 27 28 |
# File 'app/models/rails_workflow/operation.rb', line 26 def manager @manager ||= process.manager end |
#manager=(manager) ⇒ Object
30 31 32 |
# File 'app/models/rails_workflow/operation.rb', line 30 def manager= manager @manager = manager end |