Class: Enconvert::V2::DiscoverResult
- Inherits:
-
Struct
- Object
- Struct
- Enconvert::V2::DiscoverResult
- Defined in:
- lib/enconvert/v2_results.rb
Instance Attribute Summary collapse
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#pages_crawled ⇒ Object
Returns the value of attribute pages_crawled.
-
#robots_respected ⇒ Object
Returns the value of attribute robots_respected.
-
#sources ⇒ Object
Returns the value of attribute sources.
-
#total ⇒ Object
Returns the value of attribute total.
-
#truncated ⇒ Object
Returns the value of attribute truncated.
-
#url ⇒ Object
Returns the value of attribute url.
-
#urls ⇒ Object
Returns the value of attribute urls.
-
#warnings ⇒ Object
Returns the value of attribute warnings.
Instance Attribute Details
#mode ⇒ Object
Returns the value of attribute mode
57 58 59 |
# File 'lib/enconvert/v2_results.rb', line 57 def mode @mode end |
#pages_crawled ⇒ Object
Returns the value of attribute pages_crawled
57 58 59 |
# File 'lib/enconvert/v2_results.rb', line 57 def pages_crawled @pages_crawled end |
#robots_respected ⇒ Object
Returns the value of attribute robots_respected
57 58 59 |
# File 'lib/enconvert/v2_results.rb', line 57 def robots_respected @robots_respected end |
#sources ⇒ Object
Returns the value of attribute sources
57 58 59 |
# File 'lib/enconvert/v2_results.rb', line 57 def sources @sources end |
#total ⇒ Object
Returns the value of attribute total
57 58 59 |
# File 'lib/enconvert/v2_results.rb', line 57 def total @total end |
#truncated ⇒ Object
Returns the value of attribute truncated
57 58 59 |
# File 'lib/enconvert/v2_results.rb', line 57 def truncated @truncated end |
#url ⇒ Object
Returns the value of attribute url
57 58 59 |
# File 'lib/enconvert/v2_results.rb', line 57 def url @url end |
#urls ⇒ Object
Returns the value of attribute urls
57 58 59 |
# File 'lib/enconvert/v2_results.rb', line 57 def urls @urls end |
#warnings ⇒ Object
Returns the value of attribute warnings
57 58 59 |
# File 'lib/enconvert/v2_results.rb', line 57 def warnings @warnings end |