Class: LcpSdk::AckPayload
- Inherits:
-
Struct
- Object
- Struct
- LcpSdk::AckPayload
- Defined in:
- lib/generated_models.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#lead_id ⇒ Object
Returns the value of attribute lead_id.
-
#original_message_id ⇒ Object
Returns the value of attribute original_message_id.
-
#rejection_reason ⇒ Object
Returns the value of attribute rejection_reason.
-
#request_id ⇒ Object
Returns the value of attribute request_id.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#errors ⇒ Object
Returns the value of attribute errors
10 11 12 |
# File 'lib/generated_models.rb', line 10 def errors @errors end |
#lead_id ⇒ Object
Returns the value of attribute lead_id
10 11 12 |
# File 'lib/generated_models.rb', line 10 def lead_id @lead_id end |
#original_message_id ⇒ Object
Returns the value of attribute original_message_id
10 11 12 |
# File 'lib/generated_models.rb', line 10 def @original_message_id end |
#rejection_reason ⇒ Object
Returns the value of attribute rejection_reason
10 11 12 |
# File 'lib/generated_models.rb', line 10 def rejection_reason @rejection_reason end |
#request_id ⇒ Object
Returns the value of attribute request_id
10 11 12 |
# File 'lib/generated_models.rb', line 10 def request_id @request_id end |
#status ⇒ Object
Returns the value of attribute status
10 11 12 |
# File 'lib/generated_models.rb', line 10 def status @status end |