Class: Pdi::Executor::Result
- Inherits:
-
Object
- Object
- Pdi::Executor::Result
- Extended by:
- Forwardable
- Defined in:
- lib/pdi/executor/result.rb
Overview
General return object for an execution call result.
Instance Attribute Summary collapse
-
#args ⇒ Object
readonly
Returns the value of attribute args.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(args:, status: {}) ⇒ Result
constructor
A new instance of Result.
Constructor Details
Instance Attribute Details
#args ⇒ Object (readonly)
Returns the value of attribute args.
19 20 21 |
# File 'lib/pdi/executor/result.rb', line 19 def args @args end |
#status ⇒ Object (readonly)
Returns the value of attribute status.
19 20 21 |
# File 'lib/pdi/executor/result.rb', line 19 def status @status end |