Class: LcpSdk::PingPayload
- Inherits:
-
Struct
- Object
- Struct
- LcpSdk::PingPayload
- Defined in:
- lib/generated_models.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#country_code ⇒ Object
Returns the value of attribute country_code.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#email_hash ⇒ Object
Returns the value of attribute email_hash.
-
#floor_price_cents ⇒ Object
Returns the value of attribute floor_price_cents.
-
#lead_reference ⇒ Object
Returns the value of attribute lead_reference.
-
#offer_id ⇒ Object
Returns the value of attribute offer_id.
-
#phone_hash ⇒ Object
Returns the value of attribute phone_hash.
-
#ping_id ⇒ Object
Returns the value of attribute ping_id.
-
#publisher_id ⇒ Object
Returns the value of attribute publisher_id.
-
#vertical ⇒ Object
Returns the value of attribute vertical.
Instance Attribute Details
#attributes ⇒ Object
Returns the value of attribute attributes
7 8 9 |
# File 'lib/generated_models.rb', line 7 def attributes @attributes end |
#country_code ⇒ Object
Returns the value of attribute country_code
7 8 9 |
# File 'lib/generated_models.rb', line 7 def country_code @country_code end |
#currency ⇒ Object
Returns the value of attribute currency
7 8 9 |
# File 'lib/generated_models.rb', line 7 def currency @currency end |
#email_hash ⇒ Object
Returns the value of attribute email_hash
7 8 9 |
# File 'lib/generated_models.rb', line 7 def email_hash @email_hash end |
#floor_price_cents ⇒ Object
Returns the value of attribute floor_price_cents
7 8 9 |
# File 'lib/generated_models.rb', line 7 def floor_price_cents @floor_price_cents end |
#lead_reference ⇒ Object
Returns the value of attribute lead_reference
7 8 9 |
# File 'lib/generated_models.rb', line 7 def lead_reference @lead_reference end |
#offer_id ⇒ Object
Returns the value of attribute offer_id
7 8 9 |
# File 'lib/generated_models.rb', line 7 def offer_id @offer_id end |
#phone_hash ⇒ Object
Returns the value of attribute phone_hash
7 8 9 |
# File 'lib/generated_models.rb', line 7 def phone_hash @phone_hash end |
#ping_id ⇒ Object
Returns the value of attribute ping_id
7 8 9 |
# File 'lib/generated_models.rb', line 7 def ping_id @ping_id end |
#publisher_id ⇒ Object
Returns the value of attribute publisher_id
7 8 9 |
# File 'lib/generated_models.rb', line 7 def publisher_id @publisher_id end |
#vertical ⇒ Object
Returns the value of attribute vertical
7 8 9 |
# File 'lib/generated_models.rb', line 7 def vertical @vertical end |