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.
1731 |
# File 'sig/types.rbs', line 1731
def initialize: (row: Integer, col: Integer, from: String, to: String) -> void
|
Instance Attribute Details
#col ⇒ Integer (readonly)
Returns the value of attribute col.
1727 1728 1729 |
# File 'sig/types.rbs', line 1727 def col @col end |
#from ⇒ String (readonly)
Returns the value of attribute from.
1728 1729 1730 |
# File 'sig/types.rbs', line 1728 def from @from end |
#row ⇒ Integer (readonly)
Returns the value of attribute row.
1726 1727 1728 |
# File 'sig/types.rbs', line 1726 def row @row end |
#to ⇒ String (readonly)
Returns the value of attribute to.
1729 1730 1731 |
# File 'sig/types.rbs', line 1729 def to @to end |