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:



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

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

Instance Attribute Details

#content_diffArray[DiffHunk] (readonly)

Returns the value of attribute content_diff.

Returns:



990
991
992
# File 'sig/types.rbs', line 990

def content_diff
  @content_diff
end

#embedded_changesEmbeddedChanges (readonly)

Returns the value of attribute embedded_changes.

Returns:



995
996
997
# File 'sig/types.rbs', line 995

def embedded_changes
  @embedded_changes
end

#metadata_changedString (readonly)

Returns the value of attribute metadata_changed.

Returns:

  • (String)


994
995
996
# File 'sig/types.rbs', line 994

def 
  @metadata_changed
end

#tables_addedArray[Table] (readonly)

Returns the value of attribute tables_added.

Returns:



991
992
993
# File 'sig/types.rbs', line 991

def tables_added
  @tables_added
end

#tables_changedArray[TableDiff] (readonly)

Returns the value of attribute tables_changed.

Returns:



993
994
995
# File 'sig/types.rbs', line 993

def tables_changed
  @tables_changed
end

#tables_removedArray[Table] (readonly)

Returns the value of attribute tables_removed.

Returns:



992
993
994
# File 'sig/types.rbs', line 992

def tables_removed
  @tables_removed
end