Class: Tkri::HistoryEntry
- Inherits:
-
Struct
- Object
- Struct
- Tkri::HistoryEntry
- Defined in:
- lib/tkri.rb
Instance Attribute Summary collapse
-
#cursor ⇒ Object
Returns the value of attribute cursor.
-
#topic ⇒ Object
Returns the value of attribute topic.
-
#yview ⇒ Object
Returns the value of attribute yview.
Instance Attribute Details
#cursor ⇒ Object
Returns the value of attribute cursor
196 197 198 |
# File 'lib/tkri.rb', line 196 def cursor @cursor end |
#topic ⇒ Object
Returns the value of attribute topic
196 197 198 |
# File 'lib/tkri.rb', line 196 def topic @topic end |
#yview ⇒ Object
Returns the value of attribute yview
196 197 198 |
# File 'lib/tkri.rb', line 196 def yview @yview end |