Class: Flatito::DiffParser::Hunk

Inherits:
Struct
  • Object
show all
Defined in:
lib/flatito/diff_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#linesObject

Returns the value of attribute lines

Returns:

  • (Object)

    the current value of lines



15
16
17
# File 'lib/flatito/diff_parser.rb', line 15

def lines
  @lines
end

#new_countObject

Returns the value of attribute new_count

Returns:

  • (Object)

    the current value of new_count



15
16
17
# File 'lib/flatito/diff_parser.rb', line 15

def new_count
  @new_count
end

#new_startObject

Returns the value of attribute new_start

Returns:

  • (Object)

    the current value of new_start



15
16
17
# File 'lib/flatito/diff_parser.rb', line 15

def new_start
  @new_start
end

#old_countObject

Returns the value of attribute old_count

Returns:

  • (Object)

    the current value of old_count



15
16
17
# File 'lib/flatito/diff_parser.rb', line 15

def old_count
  @old_count
end

#old_startObject

Returns the value of attribute old_start

Returns:

  • (Object)

    the current value of old_start



15
16
17
# File 'lib/flatito/diff_parser.rb', line 15

def old_start
  @old_start
end