Class: Xberg::RevisionDelta
- Inherits:
-
Object
- Object
- Xberg::RevisionDelta
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#content ⇒ Array[DiffLine]?
Returns the value of attribute content.
-
#property_changes ⇒ Array[PropertyChange]?
Returns the value of attribute property_changes.
-
#table_changes ⇒ Array[CellChange]?
Returns the value of attribute table_changes.
Instance Method Summary collapse
-
#initialize ⇒ RevisionDelta
constructor
A new instance of RevisionDelta.
Constructor Details
#initialize ⇒ RevisionDelta
Returns a new instance of RevisionDelta.
1732 |
# File 'sig/types.rbs', line 1732
def initialize: (?content: Array[DiffLine], ?table_changes: Array[CellChange], ?property_changes: Array[PropertyChange]) -> void
|
Instance Attribute Details
#content ⇒ Array[DiffLine]?
Returns the value of attribute content.
1728 1729 1730 |
# File 'sig/types.rbs', line 1728 def content @content end |
#property_changes ⇒ Array[PropertyChange]?
Returns the value of attribute property_changes.
1730 1731 1732 |
# File 'sig/types.rbs', line 1730 def property_changes @property_changes end |
#table_changes ⇒ Array[CellChange]?
Returns the value of attribute table_changes.
1729 1730 1731 |
# File 'sig/types.rbs', line 1729 def table_changes @table_changes end |