Class: Xberg::ExtractionSummary
- Inherits:
-
Object
- Object
- Xberg::ExtractionSummary
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#documents_downloaded ⇒ Integer?
Returns the value of attribute documents_downloaded.
-
#errors ⇒ Integer?
Returns the value of attribute errors.
-
#inputs ⇒ Integer?
Returns the value of attribute inputs.
-
#pages_crawled ⇒ Integer?
Returns the value of attribute pages_crawled.
-
#remote_urls ⇒ Integer?
Returns the value of attribute remote_urls.
-
#results ⇒ Integer?
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.
212 |
# File 'sig/types.rbs', line 212
def initialize: (?inputs: Integer, ?results: Integer, ?errors: Integer, ?remote_urls: Integer, ?pages_crawled: Integer, ?documents_downloaded: Integer) -> void
|
Instance Attribute Details
#documents_downloaded ⇒ Integer?
Returns the value of attribute documents_downloaded.
210 211 212 |
# File 'sig/types.rbs', line 210 def documents_downloaded @documents_downloaded end |
#errors ⇒ Integer?
Returns the value of attribute errors.
207 208 209 |
# File 'sig/types.rbs', line 207 def errors @errors end |
#inputs ⇒ Integer?
Returns the value of attribute inputs.
205 206 207 |
# File 'sig/types.rbs', line 205 def inputs @inputs end |
#pages_crawled ⇒ Integer?
Returns the value of attribute pages_crawled.
209 210 211 |
# File 'sig/types.rbs', line 209 def pages_crawled @pages_crawled end |
#remote_urls ⇒ Integer?
Returns the value of attribute remote_urls.
208 209 210 |
# File 'sig/types.rbs', line 208 def remote_urls @remote_urls end |
#results ⇒ Integer?
Returns the value of attribute results.
206 207 208 |
# File 'sig/types.rbs', line 206 def results @results end |