Class: Olelo::Diff

Inherits:
Struct show all
Defined in:
lib/olelo/repository.rb

Overview

Difference between versions

Instance Attribute Summary collapse

Instance Attribute Details

#fromObject

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



47
48
49
# File 'lib/olelo/repository.rb', line 47

def from
  @from
end

#patchObject

Returns the value of attribute patch

Returns:

  • (Object)

    the current value of patch



47
48
49
# File 'lib/olelo/repository.rb', line 47

def patch
  @patch
end

#toObject

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



47
48
49
# File 'lib/olelo/repository.rb', line 47

def to
  @to
end