Class: Dommy::Navigation::JointHistory::Entry

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

Instance Attribute Summary collapse

Instance Attribute Details

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



209
210
211
# File 'lib/dommy/navigation.rb', line 209

def url
  @url
end

#windexObject

Returns the value of attribute windex

Returns:

  • (Object)

    the current value of windex



209
210
211
# File 'lib/dommy/navigation.rb', line 209

def windex
  @windex
end

#windowObject

Returns the value of attribute window

Returns:

  • (Object)

    the current value of window



209
210
211
# File 'lib/dommy/navigation.rb', line 209

def window
  @window
end