Class: Xberg::ExtractionSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeExtractionSummary

Returns a new instance of ExtractionSummary.

Parameters:

  • inputs: (Integer)
  • results: (Integer)
  • errors: (Integer)
  • remote_urls: (Integer)
  • pages_crawled: (Integer)
  • documents_downloaded: (Integer)


1029
# File 'sig/types.rbs', line 1029

def initialize: (?inputs: Integer, ?results: Integer, ?errors: Integer, ?remote_urls: Integer, ?pages_crawled: Integer, ?documents_downloaded: Integer) -> void

Instance Attribute Details

#documents_downloadedInteger (readonly)

Returns the value of attribute documents_downloaded.

Returns:

  • (Integer)


1027
1028
1029
# File 'sig/types.rbs', line 1027

def documents_downloaded
  @documents_downloaded
end

#errorsInteger (readonly)

Returns the value of attribute errors.

Returns:

  • (Integer)


1024
1025
1026
# File 'sig/types.rbs', line 1024

def errors
  @errors
end

#inputsInteger (readonly)

Returns the value of attribute inputs.

Returns:

  • (Integer)


1022
1023
1024
# File 'sig/types.rbs', line 1022

def inputs
  @inputs
end

#pages_crawledInteger (readonly)

Returns the value of attribute pages_crawled.

Returns:

  • (Integer)


1026
1027
1028
# File 'sig/types.rbs', line 1026

def pages_crawled
  @pages_crawled
end

#remote_urlsInteger (readonly)

Returns the value of attribute remote_urls.

Returns:

  • (Integer)


1025
1026
1027
# File 'sig/types.rbs', line 1025

def remote_urls
  @remote_urls
end

#resultsInteger (readonly)

Returns the value of attribute results.

Returns:

  • (Integer)


1023
1024
1025
# File 'sig/types.rbs', line 1023

def results
  @results
end