Class: LcpSdk::EventPayload
- Inherits:
-
Struct
- Object
- Struct
- LcpSdk::EventPayload
- Defined in:
- lib/generated_models.rb
Instance Attribute Summary collapse
-
#details ⇒ Object
Returns the value of attribute details.
-
#event ⇒ Object
Returns the value of attribute event.
-
#external_reference ⇒ Object
Returns the value of attribute external_reference.
-
#lead_id ⇒ Object
Returns the value of attribute lead_id.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Attribute Details
#details ⇒ Object
Returns the value of attribute details
11 12 13 |
# File 'lib/generated_models.rb', line 11 def details @details end |
#event ⇒ Object
Returns the value of attribute event
11 12 13 |
# File 'lib/generated_models.rb', line 11 def event @event end |
#external_reference ⇒ Object
Returns the value of attribute external_reference
11 12 13 |
# File 'lib/generated_models.rb', line 11 def external_reference @external_reference end |
#lead_id ⇒ Object
Returns the value of attribute lead_id
11 12 13 |
# File 'lib/generated_models.rb', line 11 def lead_id @lead_id end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
11 12 13 |
# File 'lib/generated_models.rb', line 11 def @timestamp end |