Class: Enconvert::V2::DiscoverResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/enconvert/v2_results.rb

Instance Attribute Summary collapse

Instance Attribute Details

#modeObject

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



71
72
73
# File 'lib/enconvert/v2_results.rb', line 71

def mode
  @mode
end

#pages_crawledObject

Returns the value of attribute pages_crawled

Returns:

  • (Object)

    the current value of pages_crawled



71
72
73
# File 'lib/enconvert/v2_results.rb', line 71

def pages_crawled
  @pages_crawled
end

#robots_respectedObject

Returns the value of attribute robots_respected

Returns:

  • (Object)

    the current value of robots_respected



71
72
73
# File 'lib/enconvert/v2_results.rb', line 71

def robots_respected
  @robots_respected
end

#sourcesObject

Returns the value of attribute sources

Returns:

  • (Object)

    the current value of sources



71
72
73
# File 'lib/enconvert/v2_results.rb', line 71

def sources
  @sources
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



71
72
73
# File 'lib/enconvert/v2_results.rb', line 71

def total
  @total
end

#truncatedObject

Returns the value of attribute truncated

Returns:

  • (Object)

    the current value of truncated



71
72
73
# File 'lib/enconvert/v2_results.rb', line 71

def truncated
  @truncated
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



71
72
73
# File 'lib/enconvert/v2_results.rb', line 71

def url
  @url
end

#urlsObject

Returns the value of attribute urls

Returns:

  • (Object)

    the current value of urls



71
72
73
# File 'lib/enconvert/v2_results.rb', line 71

def urls
  @urls
end

#warningsObject

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



71
72
73
# File 'lib/enconvert/v2_results.rb', line 71

def warnings
  @warnings
end