Class: Xberg::RevisionDelta

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeRevisionDelta

Returns a new instance of RevisionDelta.

Parameters:



1667
# File 'sig/types.rbs', line 1667

def initialize: (?content: Array[DiffLine], ?table_changes: Array[CellChange]) -> void

Instance Attribute Details

#contentArray[DiffLine]?

Returns the value of attribute content.

Returns:



1664
1665
1666
# File 'sig/types.rbs', line 1664

def content
  @content
end

#table_changesArray[CellChange]?

Returns the value of attribute table_changes.

Returns:



1665
1666
1667
# File 'sig/types.rbs', line 1665

def table_changes
  @table_changes
end