Class: Aws::Types::DiffHunk

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#after_line_count::Integer

Returns the value of attribute after_line_count.

Returns:

  • (::Integer)


601
602
603
# File 'sig/types.rbs', line 601

def after_line_count
  @after_line_count
end

#after_start_line::Integer

Returns the value of attribute after_start_line.

Returns:

  • (::Integer)


600
601
602
# File 'sig/types.rbs', line 600

def after_start_line
  @after_start_line
end

#before_line_count::Integer

Returns the value of attribute before_line_count.

Returns:

  • (::Integer)


599
600
601
# File 'sig/types.rbs', line 599

def before_line_count
  @before_line_count
end

#before_start_line::Integer

Returns the value of attribute before_start_line.

Returns:

  • (::Integer)


598
599
600
# File 'sig/types.rbs', line 598

def before_start_line
  @before_start_line
end

#changes::Array[Types::DiffChange]

Returns the value of attribute changes.

Returns:



602
603
604
# File 'sig/types.rbs', line 602

def changes
  @changes
end