Class: Eternity::ConflictResolver::Diff
- Inherits:
-
Struct
- Object
- Struct
- Eternity::ConflictResolver::Diff
- Defined in:
- lib/eternity/conflict_resolver.rb
Instance Attribute Summary collapse
-
#added ⇒ Object
Returns the value of attribute added.
-
#removed ⇒ Object
Returns the value of attribute removed.
-
#updated ⇒ Object
Returns the value of attribute updated.
Instance Attribute Details
#added ⇒ Object
Returns the value of attribute added
4 5 6 |
# File 'lib/eternity/conflict_resolver.rb', line 4 def added @added end |
#removed ⇒ Object
Returns the value of attribute removed
4 5 6 |
# File 'lib/eternity/conflict_resolver.rb', line 4 def removed @removed end |
#updated ⇒ Object
Returns the value of attribute updated
4 5 6 |
# File 'lib/eternity/conflict_resolver.rb', line 4 def updated @updated end |