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



105
106
107
# File 'lib/enconvert/v2_results.rb', line 105

def attempts
  @attempts
end

#deliveredObject

Returns the value of attribute delivered

Returns:

  • (Object)

    the current value of delivered



105
106
107
# File 'lib/enconvert/v2_results.rb', line 105

def delivered
  @delivered
end

#detailObject

Returns the value of attribute detail

Returns:

  • (Object)

    the current value of detail



105
106
107
# File 'lib/enconvert/v2_results.rb', line 105

def detail
  @detail
end

#job_idObject

Returns the value of attribute job_id

Returns:

  • (Object)

    the current value of job_id



105
106
107
# File 'lib/enconvert/v2_results.rb', line 105

def job_id
  @job_id
end

#status_codeObject

Returns the value of attribute status_code

Returns:

  • (Object)

    the current value of status_code



105
106
107
# File 'lib/enconvert/v2_results.rb', line 105

def status_code
  @status_code
end