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.
-
#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.
1678 |
# File 'sig/types.rbs', line 1678
def initialize: (?content: Array[DiffLine], ?table_changes: Array[CellChange]) -> void
|
Instance Attribute Details
#content ⇒ Array[DiffLine]?
Returns the value of attribute content.
1675 1676 1677 |
# File 'sig/types.rbs', line 1675 def content @content end |
#table_changes ⇒ Array[CellChange]?
Returns the value of attribute table_changes.
1676 1677 1678 |
# File 'sig/types.rbs', line 1676 def table_changes @table_changes end |