Class: Gitrb::Diff

Inherits:
Struct
  • Object
show all
Defined in:
lib/gitrb/repository.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fromObject

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



16
17
18
# File 'lib/gitrb/repository.rb', line 16

def from
  @from
end

#patchObject

Returns the value of attribute patch

Returns:

  • (Object)

    the current value of patch



16
17
18
# File 'lib/gitrb/repository.rb', line 16

def patch
  @patch
end

#toObject

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



16
17
18
# File 'lib/gitrb/repository.rb', line 16

def to
  @to
end