Class: Enconvert::BatchSubmission
- Inherits:
-
Struct
- Object
- Struct
- Enconvert::BatchSubmission
- Defined in:
- lib/enconvert/results.rb
Overview
202 response from an async batch submission (website conversions).
Instance Attribute Summary collapse
-
#batch_id ⇒ Object
Returns the value of attribute batch_id.
-
#discovery_method ⇒ Object
Returns the value of attribute discovery_method.
-
#output_format ⇒ Object
Returns the value of attribute output_format.
-
#status ⇒ Object
Returns the value of attribute status.
-
#total_discovered ⇒ Object
Returns the value of attribute total_discovered.
-
#url_count ⇒ Object
Returns the value of attribute url_count.
Instance Attribute Details
#batch_id ⇒ Object
Returns the value of attribute batch_id
17 18 19 |
# File 'lib/enconvert/results.rb', line 17 def batch_id @batch_id end |
#discovery_method ⇒ Object
Returns the value of attribute discovery_method
17 18 19 |
# File 'lib/enconvert/results.rb', line 17 def discovery_method @discovery_method end |
#output_format ⇒ Object
Returns the value of attribute output_format
17 18 19 |
# File 'lib/enconvert/results.rb', line 17 def output_format @output_format end |
#status ⇒ Object
Returns the value of attribute status
17 18 19 |
# File 'lib/enconvert/results.rb', line 17 def status @status end |
#total_discovered ⇒ Object
Returns the value of attribute total_discovered
17 18 19 |
# File 'lib/enconvert/results.rb', line 17 def total_discovered @total_discovered end |
#url_count ⇒ Object
Returns the value of attribute url_count
17 18 19 |
# File 'lib/enconvert/results.rb', line 17 def url_count @url_count end |