Class: Kettle::Drift::Process::Result
- Inherits:
-
Struct
- Object
- Struct
- Kettle::Drift::Process::Result
- Defined in:
- lib/kettle/drift/process.rb
Instance Attribute Summary collapse
-
#diff ⇒ Object
Returns the value of attribute diff.
-
#exit_code ⇒ Object
Returns the value of attribute exit_code.
Instance Attribute Details
#diff ⇒ Object
Returns the value of attribute diff
9 10 11 |
# File 'lib/kettle/drift/process.rb', line 9 def diff @diff end |
#exit_code ⇒ Object
Returns the value of attribute exit_code
9 10 11 |
# File 'lib/kettle/drift/process.rb', line 9 def exit_code @exit_code end |