Class: Wayfarer::CrawlObserver::Events::DispatchedURI

Inherits:
Struct
  • Object
show all
Defined in:
lib/wayfarer/crawl_observer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



8
9
10
# File 'lib/wayfarer/crawl_observer.rb', line 8

def action
  @action
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



8
9
10
# File 'lib/wayfarer/crawl_observer.rb', line 8

def uri
  @uri
end