Class: Yatte::UndoStack::Action
- Inherits:
-
Data
- Object
- Data
- Yatte::UndoStack::Action
- Defined in:
- lib/yatte/undo.rb
Instance Attribute Summary collapse
-
#col ⇒ Object
readonly
Returns the value of attribute col.
-
#cursor_col ⇒ Object
readonly
Returns the value of attribute cursor_col.
-
#cursor_row ⇒ Object
readonly
Returns the value of attribute cursor_row.
-
#row ⇒ Object
readonly
Returns the value of attribute row.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#col ⇒ Object (readonly)
Returns the value of attribute col
5 6 7 |
# File 'lib/yatte/undo.rb', line 5 def col @col end |
#cursor_col ⇒ Object (readonly)
Returns the value of attribute cursor_col
5 6 7 |
# File 'lib/yatte/undo.rb', line 5 def cursor_col @cursor_col end |
#cursor_row ⇒ Object (readonly)
Returns the value of attribute cursor_row
5 6 7 |
# File 'lib/yatte/undo.rb', line 5 def cursor_row @cursor_row end |
#row ⇒ Object (readonly)
Returns the value of attribute row
5 6 7 |
# File 'lib/yatte/undo.rb', line 5 def row @row end |
#text ⇒ Object (readonly)
Returns the value of attribute text
5 6 7 |
# File 'lib/yatte/undo.rb', line 5 def text @text end |
#type ⇒ Object (readonly)
Returns the value of attribute type
5 6 7 |
# File 'lib/yatte/undo.rb', line 5 def type @type end |