Class: ConcurrentPipeline::Changeset::Result
- Inherits:
-
Struct
- Object
- Struct
- ConcurrentPipeline::Changeset::Result
- Defined in:
- lib/concurrent_pipeline/changeset.rb
Instance Attribute Summary collapse
-
#diff ⇒ Object
(also: #diff?)
Returns the value of attribute diff.
Instance Attribute Details
#diff ⇒ Object Also known as: diff?
Returns the value of attribute diff
5 6 7 |
# File 'lib/concurrent_pipeline/changeset.rb', line 5 def diff @diff end |