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.
1660 |
# File 'sig/types.rbs', line 1660
def initialize: (row: Integer, col: Integer, from: String, to: String) -> void
|
Instance Attribute Details
#col ⇒ Integer (readonly)
Returns the value of attribute col.
1656 1657 1658 |
# File 'sig/types.rbs', line 1656 def col @col end |
#from ⇒ String (readonly)
Returns the value of attribute from.
1657 1658 1659 |
# File 'sig/types.rbs', line 1657 def from @from end |
#row ⇒ Integer (readonly)
Returns the value of attribute row.
1655 1656 1657 |
# File 'sig/types.rbs', line 1655 def row @row end |
#to ⇒ String (readonly)
Returns the value of attribute to.
1658 1659 1660 |
# File 'sig/types.rbs', line 1658 def to @to end |