Class: Xberg::ExtractionDiff
- Inherits:
-
Object
- Object
- Xberg::ExtractionDiff
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#content_diff ⇒ Array[DiffHunk]
readonly
Returns the value of attribute content_diff.
-
#embedded_changes ⇒ EmbeddedChanges
readonly
Returns the value of attribute embedded_changes.
-
#metadata_changed ⇒ String
readonly
Returns the value of attribute metadata_changed.
-
#tables_added ⇒ Array[Table]
readonly
Returns the value of attribute tables_added.
-
#tables_changed ⇒ Array[TableDiff]
readonly
Returns the value of attribute tables_changed.
-
#tables_removed ⇒ Array[Table]
readonly
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.
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_diff ⇒ Array[DiffHunk] (readonly)
Returns the value of attribute content_diff.
990 991 992 |
# File 'sig/types.rbs', line 990 def content_diff @content_diff end |
#embedded_changes ⇒ EmbeddedChanges (readonly)
Returns the value of attribute embedded_changes.
995 996 997 |
# File 'sig/types.rbs', line 995 def @embedded_changes end |
#metadata_changed ⇒ String (readonly)
Returns the value of attribute metadata_changed.
994 995 996 |
# File 'sig/types.rbs', line 994 def @metadata_changed end |
#tables_added ⇒ Array[Table] (readonly)
Returns the value of attribute tables_added.
991 992 993 |
# File 'sig/types.rbs', line 991 def tables_added @tables_added end |
#tables_changed ⇒ Array[TableDiff] (readonly)
Returns the value of attribute tables_changed.
993 994 995 |
# File 'sig/types.rbs', line 993 def tables_changed @tables_changed end |
#tables_removed ⇒ Array[Table] (readonly)
Returns the value of attribute tables_removed.
992 993 994 |
# File 'sig/types.rbs', line 992 def tables_removed @tables_removed end |