Class: LcpSdk::LeadPayload
- Inherits:
-
Struct
- Object
- Struct
- LcpSdk::LeadPayload
- Defined in:
- lib/generated_models.rb
Instance Attribute Summary collapse
-
#attachments ⇒ Object
Returns the value of attribute attachments.
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#channel ⇒ Object
Returns the value of attribute channel.
-
#compliance ⇒ Object
Returns the value of attribute compliance.
-
#consumer ⇒ Object
Returns the value of attribute consumer.
-
#contact_window ⇒ Object
Returns the value of attribute contact_window.
-
#exclusivity ⇒ Object
Returns the value of attribute exclusivity.
-
#expiry ⇒ Object
Returns the value of attribute expiry.
-
#external_id ⇒ Object
Returns the value of attribute external_id.
-
#lead_id ⇒ Object
Returns the value of attribute lead_id.
-
#lead_quality ⇒ Object
Returns the value of attribute lead_quality.
-
#location ⇒ Object
Returns the value of attribute location.
-
#provenance ⇒ Object
Returns the value of attribute provenance.
-
#status ⇒ Object
Returns the value of attribute status.
-
#submitted_at ⇒ Object
Returns the value of attribute submitted_at.
Instance Attribute Details
#attachments ⇒ Object
Returns the value of attribute attachments
5 6 7 |
# File 'lib/generated_models.rb', line 5 def @attachments end |
#attributes ⇒ Object
Returns the value of attribute attributes
5 6 7 |
# File 'lib/generated_models.rb', line 5 def attributes @attributes end |
#channel ⇒ Object
Returns the value of attribute channel
5 6 7 |
# File 'lib/generated_models.rb', line 5 def channel @channel end |
#compliance ⇒ Object
Returns the value of attribute compliance
5 6 7 |
# File 'lib/generated_models.rb', line 5 def compliance @compliance end |
#consumer ⇒ Object
Returns the value of attribute consumer
5 6 7 |
# File 'lib/generated_models.rb', line 5 def consumer @consumer end |
#contact_window ⇒ Object
Returns the value of attribute contact_window
5 6 7 |
# File 'lib/generated_models.rb', line 5 def contact_window @contact_window end |
#exclusivity ⇒ Object
Returns the value of attribute exclusivity
5 6 7 |
# File 'lib/generated_models.rb', line 5 def exclusivity @exclusivity end |
#expiry ⇒ Object
Returns the value of attribute expiry
5 6 7 |
# File 'lib/generated_models.rb', line 5 def expiry @expiry end |
#external_id ⇒ Object
Returns the value of attribute external_id
5 6 7 |
# File 'lib/generated_models.rb', line 5 def external_id @external_id end |
#lead_id ⇒ Object
Returns the value of attribute lead_id
5 6 7 |
# File 'lib/generated_models.rb', line 5 def lead_id @lead_id end |
#lead_quality ⇒ Object
Returns the value of attribute lead_quality
5 6 7 |
# File 'lib/generated_models.rb', line 5 def lead_quality @lead_quality end |
#location ⇒ Object
Returns the value of attribute location
5 6 7 |
# File 'lib/generated_models.rb', line 5 def location @location end |
#provenance ⇒ Object
Returns the value of attribute provenance
5 6 7 |
# File 'lib/generated_models.rb', line 5 def provenance @provenance end |
#status ⇒ Object
Returns the value of attribute status
5 6 7 |
# File 'lib/generated_models.rb', line 5 def status @status end |
#submitted_at ⇒ Object
Returns the value of attribute submitted_at
5 6 7 |
# File 'lib/generated_models.rb', line 5 def submitted_at @submitted_at end |