Class: Xberg::ExtractionDiff

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeExtractionDiff

Returns a new instance of ExtractionDiff.

Parameters:



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

def initialize: (?content_diff: Array[DiffHunk], ?tables_added: Array[Table], ?tables_removed: Array[Table], ?tables_changed: Array[TableDiff], ?metadata_changed: json_value, ?embedded_changes: EmbeddedChanges) -> void

Instance Attribute Details

#content_diffArray[DiffHunk]?

Returns the value of attribute content_diff.

Returns:



1786
1787
1788
# File 'sig/types.rbs', line 1786

def content_diff
  @content_diff
end

#embedded_changesEmbeddedChanges?

Returns the value of attribute embedded_changes.

Returns:



1791
1792
1793
# File 'sig/types.rbs', line 1791

def embedded_changes
  @embedded_changes
end

#metadata_changedjson_value?

Returns the value of attribute metadata_changed.

Returns:

  • (json_value, nil)


1790
1791
1792
# File 'sig/types.rbs', line 1790

def 
  @metadata_changed
end

#tables_addedArray[Table]?

Returns the value of attribute tables_added.

Returns:



1787
1788
1789
# File 'sig/types.rbs', line 1787

def tables_added
  @tables_added
end

#tables_changedArray[TableDiff]?

Returns the value of attribute tables_changed.

Returns:



1789
1790
1791
# File 'sig/types.rbs', line 1789

def tables_changed
  @tables_changed
end

#tables_removedArray[Table]?

Returns the value of attribute tables_removed.

Returns:



1788
1789
1790
# File 'sig/types.rbs', line 1788

def tables_removed
  @tables_removed
end