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



57
58
59
# File 'lib/enconvert/v2_results.rb', line 57

def mode
  @mode
end

#pages_crawledObject

Returns the value of attribute pages_crawled

Returns:

  • (Object)

    the current value of pages_crawled



57
58
59
# File 'lib/enconvert/v2_results.rb', line 57

def pages_crawled
  @pages_crawled
end

#robots_respectedObject

Returns the value of attribute robots_respected

Returns:

  • (Object)

    the current value of robots_respected



57
58
59
# File 'lib/enconvert/v2_results.rb', line 57

def robots_respected
  @robots_respected
end

#sourcesObject

Returns the value of attribute sources

Returns:

  • (Object)

    the current value of sources



57
58
59
# File 'lib/enconvert/v2_results.rb', line 57

def sources
  @sources
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



57
58
59
# File 'lib/enconvert/v2_results.rb', line 57

def total
  @total
end

#truncatedObject

Returns the value of attribute truncated

Returns:

  • (Object)

    the current value of truncated



57
58
59
# File 'lib/enconvert/v2_results.rb', line 57

def truncated
  @truncated
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



57
58
59
# File 'lib/enconvert/v2_results.rb', line 57

def url
  @url
end

#urlsObject

Returns the value of attribute urls

Returns:

  • (Object)

    the current value of urls



57
58
59
# File 'lib/enconvert/v2_results.rb', line 57

def urls
  @urls
end

#warningsObject

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



57
58
59
# File 'lib/enconvert/v2_results.rb', line 57

def warnings
  @warnings
end