Class: Xberg::ExtractionDiff
- Inherits:
-
Object
- Object
- Xberg::ExtractionDiff
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#content_diff ⇒ Array[DiffHunk]?
Returns the value of attribute content_diff.
-
#embedded_changes ⇒ EmbeddedChanges?
Returns the value of attribute embedded_changes.
-
#metadata_changed ⇒ json_value?
Returns the value of attribute metadata_changed.
-
#tables_added ⇒ Array[Table]?
Returns the value of attribute tables_added.
-
#tables_changed ⇒ Array[TableDiff]?
Returns the value of attribute tables_changed.
-
#tables_removed ⇒ Array[Table]?
Returns the value of attribute tables_removed.
Instance Method Summary collapse
-
#initialize ⇒ ExtractionDiff
constructor
A new instance of ExtractionDiff.
Constructor Details
#initialize ⇒ ExtractionDiff
Returns a new instance of ExtractionDiff.
1738 |
# File 'sig/types.rbs', line 1738
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_diff ⇒ Array[DiffHunk]?
Returns the value of attribute content_diff.
1731 1732 1733 |
# File 'sig/types.rbs', line 1731 def content_diff @content_diff end |
#embedded_changes ⇒ EmbeddedChanges?
Returns the value of attribute embedded_changes.
1736 1737 1738 |
# File 'sig/types.rbs', line 1736 def @embedded_changes end |
#metadata_changed ⇒ json_value?
Returns the value of attribute metadata_changed.
1735 1736 1737 |
# File 'sig/types.rbs', line 1735 def @metadata_changed end |
#tables_added ⇒ Array[Table]?
Returns the value of attribute tables_added.
1732 1733 1734 |
# File 'sig/types.rbs', line 1732 def tables_added @tables_added end |
#tables_changed ⇒ Array[TableDiff]?
Returns the value of attribute tables_changed.
1734 1735 1736 |
# File 'sig/types.rbs', line 1734 def tables_changed @tables_changed end |
#tables_removed ⇒ Array[Table]?
Returns the value of attribute tables_removed.
1733 1734 1735 |
# File 'sig/types.rbs', line 1733 def tables_removed @tables_removed end |