Class: JustCrawl::Register::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#objectObject

Returns the value of attribute object

Returns:

  • (Object)

    the current value of object



5
6
7
# File 'lib/just_crawl/register.rb', line 5

def object
  @object
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



5
6
7
# File 'lib/just_crawl/register.rb', line 5

def url
  @url
end