Class: HTMLDiff::Operation

Inherits:
Struct
  • Object
show all
Defined in:
lib/junebug/ext/diff.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



14
15
16
# File 'lib/junebug/ext/diff.rb', line 14

def action
  @action
end

#end_in_newObject

Returns the value of attribute end_in_new

Returns:

  • (Object)

    the current value of end_in_new



14
15
16
# File 'lib/junebug/ext/diff.rb', line 14

def end_in_new
  @end_in_new
end

#end_in_oldObject

Returns the value of attribute end_in_old

Returns:

  • (Object)

    the current value of end_in_old



14
15
16
# File 'lib/junebug/ext/diff.rb', line 14

def end_in_old
  @end_in_old
end

#start_in_newObject

Returns the value of attribute start_in_new

Returns:

  • (Object)

    the current value of start_in_new



14
15
16
# File 'lib/junebug/ext/diff.rb', line 14

def start_in_new
  @start_in_new
end

#start_in_oldObject

Returns the value of attribute start_in_old

Returns:

  • (Object)

    the current value of start_in_old



14
15
16
# File 'lib/junebug/ext/diff.rb', line 14

def start_in_old
  @start_in_old
end