Class: Xberg::TableDiff
- Inherits:
-
Object
- Object
- Xberg::TableDiff
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#cell_changes ⇒ Array[CellChange]
readonly
Returns the value of attribute cell_changes.
-
#from_index ⇒ Integer
readonly
Returns the value of attribute from_index.
-
#to_index ⇒ Integer
readonly
Returns the value of attribute to_index.
Instance Method Summary collapse
-
#initialize ⇒ TableDiff
constructor
A new instance of TableDiff.
Constructor Details
#initialize ⇒ TableDiff
Returns a new instance of TableDiff.
1756 |
# File 'sig/types.rbs', line 1756
def initialize: (from_index: Integer, to_index: Integer, cell_changes: Array[CellChange]) -> void
|
Instance Attribute Details
#cell_changes ⇒ Array[CellChange] (readonly)
Returns the value of attribute cell_changes.
1754 1755 1756 |
# File 'sig/types.rbs', line 1754 def cell_changes @cell_changes end |
#from_index ⇒ Integer (readonly)
Returns the value of attribute from_index.
1752 1753 1754 |
# File 'sig/types.rbs', line 1752 def from_index @from_index end |
#to_index ⇒ Integer (readonly)
Returns the value of attribute to_index.
1753 1754 1755 |
# File 'sig/types.rbs', line 1753 def to_index @to_index end |