Class: Olelo::Diff
Overview
Difference between versions
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
47 48 49 |
# File 'lib/olelo/repository.rb', line 47 def from @from end |
#patch ⇒ Object
Returns the value of attribute patch
47 48 49 |
# File 'lib/olelo/repository.rb', line 47 def patch @patch end |
#to ⇒ Object
Returns the value of attribute to
47 48 49 |
# File 'lib/olelo/repository.rb', line 47 def to @to end |