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:



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

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

Instance Attribute Details

#contentArray[DiffLine]?

Returns the value of attribute content.

Returns:



1754
1755
1756
# File 'sig/types.rbs', line 1754

def content
  @content
end

#property_changesArray[PropertyChange]?

Returns the value of attribute property_changes.

Returns:



1756
1757
1758
# File 'sig/types.rbs', line 1756

def property_changes
  @property_changes
end

#table_changesArray[CellChange]?

Returns the value of attribute table_changes.

Returns:



1755
1756
1757
# File 'sig/types.rbs', line 1755

def table_changes
  @table_changes
end