Class: Grit::Repo::UnmergedFile

Inherits:
Object
  • Object
show all
Defined in:
lib/gx/enhance.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ UnmergedFile

Returns a new instance of UnmergedFile.



48
49
50
# File 'lib/gx/enhance.rb', line 48

def initialize(name)
  @name = name
end

Instance Attribute Details

#mineObject

Returns the value of attribute mine.



52
53
54
# File 'lib/gx/enhance.rb', line 52

def mine
  @mine
end

#originalObject

Returns the value of attribute original.



52
53
54
# File 'lib/gx/enhance.rb', line 52

def original
  @original
end

#yoursObject

Returns the value of attribute yours.



52
53
54
# File 'lib/gx/enhance.rb', line 52

def yours
  @yours
end