Class: SpreeUberDirect::Quote::Result
- Inherits:
-
Struct
- Object
- Struct
- SpreeUberDirect::Quote::Result
- Defined in:
- app/services/spree_uber_direct/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_quote_id ⇒ Object
Returns the value of attribute external_quote_id.
-
#fee_cents ⇒ Object
Returns the value of attribute fee_cents.
Instance Attribute Details
#currency ⇒ Object
Returns the value of attribute currency
15 16 17 |
# File 'app/services/spree_uber_direct/quote.rb', line 15 def currency @currency end |
#expires_at ⇒ Object
Returns the value of attribute expires_at
15 16 17 |
# File 'app/services/spree_uber_direct/quote.rb', line 15 def expires_at @expires_at end |
#external_quote_id ⇒ Object
Returns the value of attribute external_quote_id
15 16 17 |
# File 'app/services/spree_uber_direct/quote.rb', line 15 def external_quote_id @external_quote_id end |
#fee_cents ⇒ Object
Returns the value of attribute fee_cents
15 16 17 |
# File 'app/services/spree_uber_direct/quote.rb', line 15 def fee_cents @fee_cents end |