Class: Xberg::UrlExtractionConfig
- Inherits:
-
Object
- Object
- Xberg::UrlExtractionConfig
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#allow_file_uris ⇒ Boolean
readonly
Returns the value of attribute allow_file_uris.
-
#allow_local_file_inputs ⇒ Boolean
readonly
Returns the value of attribute allow_local_file_inputs.
-
#crawl ⇒ CrawlConfig
readonly
Returns the value of attribute crawl.
-
#document_url_pattern ⇒ String?
readonly
Returns the value of attribute document_url_pattern.
-
#max_document_urls_per_result ⇒ Integer?
readonly
Returns the value of attribute max_document_urls_per_result.
-
#max_total_urls ⇒ Integer?
readonly
Returns the value of attribute max_total_urls.
-
#mode ⇒ enum_UrlExtractionMode
readonly
Returns the value of attribute mode.
Instance Method Summary collapse
-
#initialize ⇒ UrlExtractionConfig
constructor
A new instance of UrlExtractionConfig.
Constructor Details
#initialize ⇒ UrlExtractionConfig
Returns a new instance of UrlExtractionConfig.
2676 |
# File 'sig/types.rbs', line 2676
def initialize: (?mode: enum_UrlExtractionMode, ?crawl: CrawlConfig, ?document_url_pattern: String, ?max_document_urls_per_result: Integer, ?max_total_urls: Integer, ?allow_local_file_inputs: bool, ?allow_file_uris: bool) -> void
|
Instance Attribute Details
#allow_file_uris ⇒ Boolean (readonly)
Returns the value of attribute allow_file_uris.
2674 2675 2676 |
# File 'sig/types.rbs', line 2674 def allow_file_uris @allow_file_uris end |
#allow_local_file_inputs ⇒ Boolean (readonly)
Returns the value of attribute allow_local_file_inputs.
2673 2674 2675 |
# File 'sig/types.rbs', line 2673 def allow_local_file_inputs @allow_local_file_inputs end |
#crawl ⇒ CrawlConfig (readonly)
Returns the value of attribute crawl.
2669 2670 2671 |
# File 'sig/types.rbs', line 2669 def crawl @crawl end |
#document_url_pattern ⇒ String? (readonly)
Returns the value of attribute document_url_pattern.
2670 2671 2672 |
# File 'sig/types.rbs', line 2670 def document_url_pattern @document_url_pattern end |
#max_document_urls_per_result ⇒ Integer? (readonly)
Returns the value of attribute max_document_urls_per_result.
2671 2672 2673 |
# File 'sig/types.rbs', line 2671 def max_document_urls_per_result @max_document_urls_per_result end |
#max_total_urls ⇒ Integer? (readonly)
Returns the value of attribute max_total_urls.
2672 2673 2674 |
# File 'sig/types.rbs', line 2672 def max_total_urls @max_total_urls end |
#mode ⇒ enum_UrlExtractionMode (readonly)
Returns the value of attribute mode.
2668 2669 2670 |
# File 'sig/types.rbs', line 2668 def mode @mode end |