Class: LcpSdk::CallPayload
- Inherits:
-
Struct
- Object
- Struct
- LcpSdk::CallPayload
- 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.
-
#call ⇒ Object
Returns the value of attribute call.
-
#channel ⇒ Object
Returns the value of attribute channel.
-
#compliance ⇒ Object
Returns the value of attribute compliance.
-
#consumer ⇒ Object
Returns the value of attribute consumer.
-
#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.
-
#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
6 7 8 |
# File 'lib/generated_models.rb', line 6 def @attachments end |
#attributes ⇒ Object
Returns the value of attribute attributes
6 7 8 |
# File 'lib/generated_models.rb', line 6 def attributes @attributes end |
#call ⇒ Object
Returns the value of attribute call
6 7 8 |
# File 'lib/generated_models.rb', line 6 def call @call end |
#channel ⇒ Object
Returns the value of attribute channel
6 7 8 |
# File 'lib/generated_models.rb', line 6 def channel @channel end |
#compliance ⇒ Object
Returns the value of attribute compliance
6 7 8 |
# File 'lib/generated_models.rb', line 6 def compliance @compliance end |
#consumer ⇒ Object
Returns the value of attribute consumer
6 7 8 |
# File 'lib/generated_models.rb', line 6 def consumer @consumer end |
#exclusivity ⇒ Object
Returns the value of attribute exclusivity
6 7 8 |
# File 'lib/generated_models.rb', line 6 def exclusivity @exclusivity end |
#expiry ⇒ Object
Returns the value of attribute expiry
6 7 8 |
# File 'lib/generated_models.rb', line 6 def expiry @expiry end |
#external_id ⇒ Object
Returns the value of attribute external_id
6 7 8 |
# File 'lib/generated_models.rb', line 6 def external_id @external_id end |
#lead_id ⇒ Object
Returns the value of attribute lead_id
6 7 8 |
# File 'lib/generated_models.rb', line 6 def lead_id @lead_id end |
#location ⇒ Object
Returns the value of attribute location
6 7 8 |
# File 'lib/generated_models.rb', line 6 def location @location end |
#provenance ⇒ Object
Returns the value of attribute provenance
6 7 8 |
# File 'lib/generated_models.rb', line 6 def provenance @provenance end |
#status ⇒ Object
Returns the value of attribute status
6 7 8 |
# File 'lib/generated_models.rb', line 6 def status @status end |
#submitted_at ⇒ Object
Returns the value of attribute submitted_at
6 7 8 |
# File 'lib/generated_models.rb', line 6 def submitted_at @submitted_at end |