Class: SpreeDoordash::Quote::Result
- Inherits:
-
Struct
- Object
- Struct
- SpreeDoordash::Quote::Result
- Defined in:
- app/services/spree_doordash/quote.rb
Instance Attribute Summary collapse
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#expires_at ⇒ Object
Returns the value of attribute expires_at.
-
#external_delivery_id ⇒ Object
Returns the value of attribute external_delivery_id.
-
#fee_cents ⇒ Object
Returns the value of attribute fee_cents.
Instance Attribute Details
#currency ⇒ Object
Returns the value of attribute currency
13 14 15 |
# File 'app/services/spree_doordash/quote.rb', line 13 def currency @currency end |
#expires_at ⇒ Object
Returns the value of attribute expires_at
13 14 15 |
# File 'app/services/spree_doordash/quote.rb', line 13 def expires_at @expires_at end |
#external_delivery_id ⇒ Object
Returns the value of attribute external_delivery_id
13 14 15 |
# File 'app/services/spree_doordash/quote.rb', line 13 def external_delivery_id @external_delivery_id end |
#fee_cents ⇒ Object
Returns the value of attribute fee_cents
13 14 15 |
# File 'app/services/spree_doordash/quote.rb', line 13 def fee_cents @fee_cents end |