Class: Enconvert::V2::WebhookRetryResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#attemptsObject

Returns the value of attribute attempts

Returns:

  • (Object)

    the current value of attempts



119
120
121
# File 'lib/enconvert/v2_results.rb', line 119

def attempts
  @attempts
end

#deliveredObject

Returns the value of attribute delivered

Returns:

  • (Object)

    the current value of delivered



119
120
121
# File 'lib/enconvert/v2_results.rb', line 119

def delivered
  @delivered
end

#detailObject

Returns the value of attribute detail

Returns:

  • (Object)

    the current value of detail



119
120
121
# File 'lib/enconvert/v2_results.rb', line 119

def detail
  @detail
end

#job_idObject

Returns the value of attribute job_id

Returns:

  • (Object)

    the current value of job_id



119
120
121
# File 'lib/enconvert/v2_results.rb', line 119

def job_id
  @job_id
end

#status_codeObject

Returns the value of attribute status_code

Returns:

  • (Object)

    the current value of status_code



119
120
121
# File 'lib/enconvert/v2_results.rb', line 119

def status_code
  @status_code
end