Class: Eternity::ConflictResolver::Diff

Inherits:
Struct
  • Object
show all
Defined in:
lib/eternity/conflict_resolver.rb

Instance Attribute Summary collapse

Instance Attribute Details

#addedObject

Returns the value of attribute added

Returns:

  • (Object)

    the current value of added



4
5
6
# File 'lib/eternity/conflict_resolver.rb', line 4

def added
  @added
end

#removedObject

Returns the value of attribute removed

Returns:

  • (Object)

    the current value of removed



4
5
6
# File 'lib/eternity/conflict_resolver.rb', line 4

def removed
  @removed
end

#updatedObject

Returns the value of attribute updated

Returns:

  • (Object)

    the current value of updated



4
5
6
# File 'lib/eternity/conflict_resolver.rb', line 4

def updated
  @updated
end