Class: Flatito::DiffParser::Hunk
- Inherits:
-
Struct
- Object
- Struct
- Flatito::DiffParser::Hunk
- Defined in:
- lib/flatito/diff_parser.rb
Instance Attribute Summary collapse
-
#lines ⇒ Object
Returns the value of attribute lines.
-
#new_count ⇒ Object
Returns the value of attribute new_count.
-
#new_start ⇒ Object
Returns the value of attribute new_start.
-
#old_count ⇒ Object
Returns the value of attribute old_count.
-
#old_start ⇒ Object
Returns the value of attribute old_start.
Instance Attribute Details
#lines ⇒ Object
Returns the value of attribute lines
15 16 17 |
# File 'lib/flatito/diff_parser.rb', line 15 def lines @lines end |
#new_count ⇒ Object
Returns the value of attribute new_count
15 16 17 |
# File 'lib/flatito/diff_parser.rb', line 15 def new_count @new_count end |
#new_start ⇒ Object
Returns the value of attribute new_start
15 16 17 |
# File 'lib/flatito/diff_parser.rb', line 15 def new_start @new_start end |
#old_count ⇒ Object
Returns the value of attribute old_count
15 16 17 |
# File 'lib/flatito/diff_parser.rb', line 15 def old_count @old_count end |
#old_start ⇒ Object
Returns the value of attribute old_start
15 16 17 |
# File 'lib/flatito/diff_parser.rb', line 15 def old_start @old_start end |