Class: Dommy::Rack::History::Entry
- Inherits:
-
Struct
- Object
- Struct
- Dommy::Rack::History::Entry
- Defined in:
- lib/dommy/rack/history.rb
Overview
window / windex tie the entry to a page and its window.history
cursor position; Session#back / #forward traverse in-page (popstate)
exactly when the target entry's window IS the live current window.
Instance Attribute Summary collapse
-
#url ⇒ Object
Returns the value of attribute url.
-
#windex ⇒ Object
Returns the value of attribute windex.
-
#window ⇒ Object
Returns the value of attribute window.
Instance Attribute Details
#url ⇒ Object
Returns the value of attribute url
15 16 17 |
# File 'lib/dommy/rack/history.rb', line 15 def url @url end |
#windex ⇒ Object
Returns the value of attribute windex
15 16 17 |
# File 'lib/dommy/rack/history.rb', line 15 def windex @windex end |
#window ⇒ Object
Returns the value of attribute window
15 16 17 |
# File 'lib/dommy/rack/history.rb', line 15 def window @window end |