lib/vedeu/support/cursor.rb in vedeu-0.2.0 vs lib/vedeu/support/cursor.rb in vedeu-0.2.1
- old
+ new
@@ -3,9 +3,12 @@
# Stores and manipulates the position of the current cursor.
#
# @api private
class Cursor
+ # @return [Hash]
+ attr_reader :attributes
+
# @return [Fixnum]
attr_reader :top
# @return [Fixnum]
attr_reader :bottom