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:



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

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

Instance Attribute Details

#contentArray[DiffLine] (readonly)

Returns the value of attribute content.

Returns:



2332
2333
2334
# File 'sig/types.rbs', line 2332

def content
  @content
end

#property_changesArray[PropertyChange] (readonly)

Returns the value of attribute property_changes.

Returns:



2334
2335
2336
# File 'sig/types.rbs', line 2334

def property_changes
  @property_changes
end

#table_changesArray[CellChange] (readonly)

Returns the value of attribute table_changes.

Returns:



2333
2334
2335
# File 'sig/types.rbs', line 2333

def table_changes
  @table_changes
end