Class: Xberg::CellChange
- Inherits:
-
Object
- Object
- Xberg::CellChange
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#col ⇒ Integer
readonly
Returns the value of attribute col.
-
#from ⇒ String
readonly
Returns the value of attribute from.
-
#row ⇒ Integer
readonly
Returns the value of attribute row.
-
#to ⇒ String
readonly
Returns the value of attribute to.
Instance Method Summary collapse
-
#initialize ⇒ CellChange
constructor
A new instance of CellChange.
Constructor Details
#initialize ⇒ CellChange
Returns a new instance of CellChange.
1649 |
# File 'sig/types.rbs', line 1649
def initialize: (row: Integer, col: Integer, from: String, to: String) -> void
|
Instance Attribute Details
#col ⇒ Integer (readonly)
Returns the value of attribute col.
1645 1646 1647 |
# File 'sig/types.rbs', line 1645 def col @col end |
#from ⇒ String (readonly)
Returns the value of attribute from.
1646 1647 1648 |
# File 'sig/types.rbs', line 1646 def from @from end |
#row ⇒ Integer (readonly)
Returns the value of attribute row.
1644 1645 1646 |
# File 'sig/types.rbs', line 1644 def row @row end |
#to ⇒ String (readonly)
Returns the value of attribute to.
1647 1648 1649 |
# File 'sig/types.rbs', line 1647 def to @to end |