Class: Grit::Repo::UnmergedFile
- Inherits:
-
Object
- Object
- Grit::Repo::UnmergedFile
- Defined in:
- lib/gx/enhance.rb
Instance Attribute Summary collapse
-
#mine ⇒ Object
Returns the value of attribute mine.
-
#original ⇒ Object
Returns the value of attribute original.
-
#yours ⇒ Object
Returns the value of attribute yours.
Instance Method Summary collapse
-
#initialize(name) ⇒ UnmergedFile
constructor
A new instance of UnmergedFile.
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
#mine ⇒ Object
Returns the value of attribute mine.
52 53 54 |
# File 'lib/gx/enhance.rb', line 52 def mine @mine end |
#original ⇒ Object
Returns the value of attribute original.
52 53 54 |
# File 'lib/gx/enhance.rb', line 52 def original @original end |
#yours ⇒ Object
Returns the value of attribute yours.
52 53 54 |
# File 'lib/gx/enhance.rb', line 52 def yours @yours end |