Class: Crawl::Engine::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/crawl/engine.rb

Instance Attribute Summary collapse

Instance Attribute Details

#objectObject

Returns the value of attribute object

Returns:

  • (Object)

    the current value of object



16
17
18
# File 'lib/crawl/engine.rb', line 16

def object
  @object
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



16
17
18
# File 'lib/crawl/engine.rb', line 16

def url
  @url
end