Class: Yatte::UndoStack::Action

Inherits:
Data
  • Object
show all
Defined in:
lib/yatte/undo.rb

Instance Attribute Summary collapse

Instance Attribute Details

#colObject (readonly)

Returns the value of attribute col

Returns:

  • (Object)

    the current value of col



5
6
7
# File 'lib/yatte/undo.rb', line 5

def col
  @col
end

#cursor_colObject (readonly)

Returns the value of attribute cursor_col

Returns:

  • (Object)

    the current value of cursor_col



5
6
7
# File 'lib/yatte/undo.rb', line 5

def cursor_col
  @cursor_col
end

#cursor_rowObject (readonly)

Returns the value of attribute cursor_row

Returns:

  • (Object)

    the current value of cursor_row



5
6
7
# File 'lib/yatte/undo.rb', line 5

def cursor_row
  @cursor_row
end

#rowObject (readonly)

Returns the value of attribute row

Returns:

  • (Object)

    the current value of row



5
6
7
# File 'lib/yatte/undo.rb', line 5

def row
  @row
end

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



5
6
7
# File 'lib/yatte/undo.rb', line 5

def text
  @text
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



5
6
7
# File 'lib/yatte/undo.rb', line 5

def type
  @type
end