Class: Enconvert::BatchSubmission

Inherits:
Struct
  • Object
show all
Defined in:
lib/enconvert/results.rb

Overview

202 response from an async batch submission (website conversions).

Instance Attribute Summary collapse

Instance Attribute Details

#batch_idObject

Returns the value of attribute batch_id

Returns:

  • (Object)

    the current value of batch_id



17
18
19
# File 'lib/enconvert/results.rb', line 17

def batch_id
  @batch_id
end

#discovery_methodObject

Returns the value of attribute discovery_method

Returns:

  • (Object)

    the current value of discovery_method



17
18
19
# File 'lib/enconvert/results.rb', line 17

def discovery_method
  @discovery_method
end

#output_formatObject

Returns the value of attribute output_format

Returns:

  • (Object)

    the current value of output_format



17
18
19
# File 'lib/enconvert/results.rb', line 17

def output_format
  @output_format
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



17
18
19
# File 'lib/enconvert/results.rb', line 17

def status
  @status
end

#total_discoveredObject

Returns the value of attribute total_discovered

Returns:

  • (Object)

    the current value of total_discovered



17
18
19
# File 'lib/enconvert/results.rb', line 17

def total_discovered
  @total_discovered
end

#url_countObject

Returns the value of attribute url_count

Returns:

  • (Object)

    the current value of url_count



17
18
19
# File 'lib/enconvert/results.rb', line 17

def url_count
  @url_count
end