Class: Pincers::Chenso::BrowsingState

Inherits:
Struct
  • Object
show all
Defined in:
lib/pincers/chenso/browsing_state.rb

Instance Attribute Summary collapse

Instance Attribute Details

#documentObject

Returns the value of attribute document

Returns:

  • (Object)

    the current value of document



2
3
4
# File 'lib/pincers/chenso/browsing_state.rb', line 2

def document
  @document
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



2
3
4
# File 'lib/pincers/chenso/browsing_state.rb', line 2

def uri
  @uri
end