Class: LcpSdk::BidPayload
- Inherits:
-
Struct
- Object
- Struct
- LcpSdk::BidPayload
- Defined in:
- lib/generated_models.rb
Instance Attribute Summary collapse
-
#bid_price_cents ⇒ Object
Returns the value of attribute bid_price_cents.
-
#buyer_reference ⇒ Object
Returns the value of attribute buyer_reference.
-
#capacity_remaining ⇒ Object
Returns the value of attribute capacity_remaining.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#decision ⇒ Object
Returns the value of attribute decision.
-
#estimated_contact_seconds ⇒ Object
Returns the value of attribute estimated_contact_seconds.
-
#ping_id ⇒ Object
Returns the value of attribute ping_id.
-
#reject_reason ⇒ Object
Returns the value of attribute reject_reason.
Instance Attribute Details
#bid_price_cents ⇒ Object
Returns the value of attribute bid_price_cents
9 10 11 |
# File 'lib/generated_models.rb', line 9 def bid_price_cents @bid_price_cents end |
#buyer_reference ⇒ Object
Returns the value of attribute buyer_reference
9 10 11 |
# File 'lib/generated_models.rb', line 9 def buyer_reference @buyer_reference end |
#capacity_remaining ⇒ Object
Returns the value of attribute capacity_remaining
9 10 11 |
# File 'lib/generated_models.rb', line 9 def capacity_remaining @capacity_remaining end |
#currency ⇒ Object
Returns the value of attribute currency
9 10 11 |
# File 'lib/generated_models.rb', line 9 def currency @currency end |
#decision ⇒ Object
Returns the value of attribute decision
9 10 11 |
# File 'lib/generated_models.rb', line 9 def decision @decision end |
#estimated_contact_seconds ⇒ Object
Returns the value of attribute estimated_contact_seconds
9 10 11 |
# File 'lib/generated_models.rb', line 9 def estimated_contact_seconds @estimated_contact_seconds end |
#ping_id ⇒ Object
Returns the value of attribute ping_id
9 10 11 |
# File 'lib/generated_models.rb', line 9 def ping_id @ping_id end |
#reject_reason ⇒ Object
Returns the value of attribute reject_reason
9 10 11 |
# File 'lib/generated_models.rb', line 9 def reject_reason @reject_reason end |