Class: Gitrb::Diff
- Inherits:
-
Struct
- Object
- Struct
- Gitrb::Diff
- Defined in:
- lib/gitrb/repository.rb
Instance Attribute Summary collapse
-
#from ⇒ Object
Returns the value of attribute from.
-
#patch ⇒ Object
Returns the value of attribute patch.
-
#to ⇒ Object
Returns the value of attribute to.
Instance Attribute Details
#from ⇒ Object
Returns the value of attribute from
16 17 18 |
# File 'lib/gitrb/repository.rb', line 16 def from @from end |
#patch ⇒ Object
Returns the value of attribute patch
16 17 18 |
# File 'lib/gitrb/repository.rb', line 16 def patch @patch end |
#to ⇒ Object
Returns the value of attribute to
16 17 18 |
# File 'lib/gitrb/repository.rb', line 16 def to @to end |