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.
187 |
# File 'sig/types.rbs', line 187
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.
185 186 187 |
# File 'sig/types.rbs', line 185 def documents_downloaded @documents_downloaded end |
#errors ⇒ Integer?
Returns the value of attribute errors.
182 183 184 |
# File 'sig/types.rbs', line 182 def errors @errors end |
#inputs ⇒ Integer?
Returns the value of attribute inputs.
180 181 182 |
# File 'sig/types.rbs', line 180 def inputs @inputs end |
#pages_crawled ⇒ Integer?
Returns the value of attribute pages_crawled.
184 185 186 |
# File 'sig/types.rbs', line 184 def pages_crawled @pages_crawled end |
#remote_urls ⇒ Integer?
Returns the value of attribute remote_urls.
183 184 185 |
# File 'sig/types.rbs', line 183 def remote_urls @remote_urls end |
#results ⇒ Integer?
Returns the value of attribute results.
181 182 183 |
# File 'sig/types.rbs', line 181 def results @results end |