Class: LcpSdk::AckPayload

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

Instance Attribute Summary collapse

Instance Attribute Details

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



10
11
12
# File 'lib/generated_models.rb', line 10

def errors
  @errors
end

#lead_idObject

Returns the value of attribute lead_id

Returns:

  • (Object)

    the current value of lead_id



10
11
12
# File 'lib/generated_models.rb', line 10

def lead_id
  @lead_id
end

#original_message_idObject

Returns the value of attribute original_message_id

Returns:

  • (Object)

    the current value of original_message_id



10
11
12
# File 'lib/generated_models.rb', line 10

def original_message_id
  @original_message_id
end

#rejection_reasonObject

Returns the value of attribute rejection_reason

Returns:

  • (Object)

    the current value of rejection_reason



10
11
12
# File 'lib/generated_models.rb', line 10

def rejection_reason
  @rejection_reason
end

#request_idObject

Returns the value of attribute request_id

Returns:

  • (Object)

    the current value of request_id



10
11
12
# File 'lib/generated_models.rb', line 10

def request_id
  @request_id
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



10
11
12
# File 'lib/generated_models.rb', line 10

def status
  @status
end