Class: Dyph::Support::Diff3::Diff2Command

Inherits:
Struct
  • Object
show all
Defined in:
lib/dyph/support/diff3.rb

Instance Attribute Summary collapse

Instance Attribute Details

#base_hiObject

Returns the value of attribute base_hi

Returns:

  • (Object)

    the current value of base_hi



23
24
25
# File 'lib/dyph/support/diff3.rb', line 23

def base_hi
  @base_hi
end

#base_loObject

Returns the value of attribute base_lo

Returns:

  • (Object)

    the current value of base_lo



23
24
25
# File 'lib/dyph/support/diff3.rb', line 23

def base_lo
  @base_lo
end

#codeObject

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



23
24
25
# File 'lib/dyph/support/diff3.rb', line 23

def code
  @code
end

#side_hiObject

Returns the value of attribute side_hi

Returns:

  • (Object)

    the current value of side_hi



23
24
25
# File 'lib/dyph/support/diff3.rb', line 23

def side_hi
  @side_hi
end

#side_loObject

Returns the value of attribute side_lo

Returns:

  • (Object)

    the current value of side_lo



23
24
25
# File 'lib/dyph/support/diff3.rb', line 23

def side_lo
  @side_lo
end