Class: Dyph::Support::Diff3::Diff2Command
- Inherits:
-
Struct
- Object
- Struct
- Dyph::Support::Diff3::Diff2Command
- Defined in:
- lib/dyph/support/diff3.rb
Instance Attribute Summary collapse
-
#base_hi ⇒ Object
Returns the value of attribute base_hi.
-
#base_lo ⇒ Object
Returns the value of attribute base_lo.
-
#code ⇒ Object
Returns the value of attribute code.
-
#side_hi ⇒ Object
Returns the value of attribute side_hi.
-
#side_lo ⇒ Object
Returns the value of attribute side_lo.
Instance Attribute Details
#base_hi ⇒ Object
Returns the value of attribute base_hi
23 24 25 |
# File 'lib/dyph/support/diff3.rb', line 23 def base_hi @base_hi end |
#base_lo ⇒ Object
Returns the value of attribute base_lo
23 24 25 |
# File 'lib/dyph/support/diff3.rb', line 23 def base_lo @base_lo end |
#code ⇒ Object
Returns the value of attribute code
23 24 25 |
# File 'lib/dyph/support/diff3.rb', line 23 def code @code end |
#side_hi ⇒ Object
Returns the value of attribute side_hi
23 24 25 |
# File 'lib/dyph/support/diff3.rb', line 23 def side_hi @side_hi end |
#side_lo ⇒ Object
Returns the value of attribute side_lo
23 24 25 |
# File 'lib/dyph/support/diff3.rb', line 23 def side_lo @side_lo end |