Class: Xberg::ExtractionSummary
- Inherits:
-
Object
- Object
- Xberg::ExtractionSummary
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#documents_downloaded ⇒ Integer
readonly
Returns the value of attribute documents_downloaded.
-
#errors ⇒ Integer
readonly
Returns the value of attribute errors.
-
#inputs ⇒ Integer
readonly
Returns the value of attribute inputs.
-
#pages_crawled ⇒ Integer
readonly
Returns the value of attribute pages_crawled.
-
#remote_urls ⇒ Integer
readonly
Returns the value of attribute remote_urls.
-
#results ⇒ Integer
readonly
Returns the value of attribute results.
Instance Method Summary collapse
-
#initialize ⇒ ExtractionSummary
constructor
A new instance of ExtractionSummary.
Constructor Details
#initialize ⇒ ExtractionSummary
Returns a new instance of ExtractionSummary.
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_downloaded ⇒ Integer (readonly)
Returns the value of attribute documents_downloaded.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def documents_downloaded @documents_downloaded end |
#errors ⇒ Integer (readonly)
Returns the value of attribute errors.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def errors @errors end |
#inputs ⇒ Integer (readonly)
Returns the value of attribute inputs.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def inputs @inputs end |
#pages_crawled ⇒ Integer (readonly)
Returns the value of attribute pages_crawled.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def pages_crawled @pages_crawled end |
#remote_urls ⇒ Integer (readonly)
Returns the value of attribute remote_urls.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def remote_urls @remote_urls end |
#results ⇒ Integer (readonly)
Returns the value of attribute results.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def results @results end |