Class: Dommy::Navigation::JointHistory::Entry
- Inherits:
-
Struct
- Object
- Struct
- Dommy::Navigation::JointHistory::Entry
- Defined in:
- lib/dommy/navigation.rb
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
209 210 211 |
# File 'lib/dommy/navigation.rb', line 209 def url @url end |
#windex ⇒ Object
Returns the value of attribute windex
209 210 211 |
# File 'lib/dommy/navigation.rb', line 209 def windex @windex end |
#window ⇒ Object
Returns the value of attribute window
209 210 211 |
# File 'lib/dommy/navigation.rb', line 209 def window @window end |