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



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

def added
  @added
end

#removedObject

Returns the value of attribute removed



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

def removed
  @removed
end

#updatedObject

Returns the value of attribute updated



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

def updated
  @updated
end