Class: Crawl::Register::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#objectObject

Returns the value of attribute object

Returns:

  • (Object)

    the current value of object



3
4
5
# File 'lib/crawl/register.rb', line 3

def object
  @object
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



3
4
5
# File 'lib/crawl/register.rb', line 3

def url
  @url
end