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.
136 |
# File 'sig/types.rbs', line 136 def initialize: (row: Integer, col: Integer, from: String, to: String) -> void |
Instance Attribute Details
#col ⇒ Integer (readonly)
Returns the value of attribute col.
132 133 134 |
# File 'sig/types.rbs', line 132 def col @col end |
#from ⇒ String (readonly)
Returns the value of attribute from.
133 134 135 |
# File 'sig/types.rbs', line 133 def from @from end |
#row ⇒ Integer (readonly)
Returns the value of attribute row.
131 132 133 |
# File 'sig/types.rbs', line 131 def row @row end |
#to ⇒ String (readonly)
Returns the value of attribute to.
134 135 136 |
# File 'sig/types.rbs', line 134 def to @to end |