Class: ConcurrentPipeline::Changeset::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/concurrent_pipeline/changeset.rb

Instance Attribute Summary collapse

Instance Attribute Details

#diffObject Also known as: diff?

Returns the value of attribute diff

Returns:

  • (Object)

    the current value of diff



5
6
7
# File 'lib/concurrent_pipeline/changeset.rb', line 5

def diff
  @diff
end