Class: Xberg::RevisionDelta
- Inherits:
-
Object
- Object
- Xberg::RevisionDelta
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#content ⇒ Array[DiffLine]
readonly
Returns the value of attribute content.
-
#property_changes ⇒ Array[PropertyChange]
readonly
Returns the value of attribute property_changes.
-
#table_changes ⇒ Array[CellChange]
readonly
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.
2336 |
# File 'sig/types.rbs', line 2336 def initialize: (?content: Array[DiffLine], ?table_changes: Array[CellChange], ?property_changes: Array[PropertyChange]) -> void |
Instance Attribute Details
#content ⇒ Array[DiffLine] (readonly)
Returns the value of attribute content.
2332 2333 2334 |
# File 'sig/types.rbs', line 2332 def content @content end |
#property_changes ⇒ Array[PropertyChange] (readonly)
Returns the value of attribute property_changes.
2334 2335 2336 |
# File 'sig/types.rbs', line 2334 def property_changes @property_changes end |
#table_changes ⇒ Array[CellChange] (readonly)
Returns the value of attribute table_changes.
2333 2334 2335 |
# File 'sig/types.rbs', line 2333 def table_changes @table_changes end |