Class: HTMLDiff::Operation
- Inherits:
-
Struct
- Object
- Struct
- HTMLDiff::Operation
- Defined in:
- lib/junebug/ext/diff.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#end_in_new ⇒ Object
Returns the value of attribute end_in_new.
-
#end_in_old ⇒ Object
Returns the value of attribute end_in_old.
-
#start_in_new ⇒ Object
Returns the value of attribute start_in_new.
-
#start_in_old ⇒ Object
Returns the value of attribute start_in_old.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
14 15 16 |
# File 'lib/junebug/ext/diff.rb', line 14 def action @action end |
#end_in_new ⇒ Object
Returns the value of attribute end_in_new
14 15 16 |
# File 'lib/junebug/ext/diff.rb', line 14 def end_in_new @end_in_new end |
#end_in_old ⇒ Object
Returns the value of attribute end_in_old
14 15 16 |
# File 'lib/junebug/ext/diff.rb', line 14 def end_in_old @end_in_old end |
#start_in_new ⇒ Object
Returns the value of attribute start_in_new
14 15 16 |
# File 'lib/junebug/ext/diff.rb', line 14 def start_in_new @start_in_new end |
#start_in_old ⇒ Object
Returns the value of attribute start_in_old
14 15 16 |
# File 'lib/junebug/ext/diff.rb', line 14 def start_in_old @start_in_old end |