Class: Tkri::HistoryEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/tkri.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cursorObject

Returns the value of attribute cursor

Returns:

  • (Object)

    the current value of cursor



196
197
198
# File 'lib/tkri.rb', line 196

def cursor
  @cursor
end

#topicObject

Returns the value of attribute topic

Returns:

  • (Object)

    the current value of topic



196
197
198
# File 'lib/tkri.rb', line 196

def topic
  @topic
end

#yviewObject

Returns the value of attribute yview

Returns:

  • (Object)

    the current value of yview



196
197
198
# File 'lib/tkri.rb', line 196

def yview
  @yview
end