Class: SpreeDoordash::Quote::Result

Inherits:
Struct
  • Object
show all
Defined in:
app/services/spree_doordash/quote.rb

Instance Attribute Summary collapse

Instance Attribute Details

#currencyObject

Returns the value of attribute currency

Returns:

  • (Object)

    the current value of currency



13
14
15
# File 'app/services/spree_doordash/quote.rb', line 13

def currency
  @currency
end

#expires_atObject

Returns the value of attribute expires_at

Returns:

  • (Object)

    the current value of expires_at



13
14
15
# File 'app/services/spree_doordash/quote.rb', line 13

def expires_at
  @expires_at
end

#external_delivery_idObject

Returns the value of attribute external_delivery_id

Returns:

  • (Object)

    the current value of external_delivery_id



13
14
15
# File 'app/services/spree_doordash/quote.rb', line 13

def external_delivery_id
  @external_delivery_id
end

#fee_centsObject

Returns the value of attribute fee_cents

Returns:

  • (Object)

    the current value of fee_cents



13
14
15
# File 'app/services/spree_doordash/quote.rb', line 13

def fee_cents
  @fee_cents
end