Class: SpreeUberDirect::Quote::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#currencyObject

Returns the value of attribute currency

Returns:

  • (Object)

    the current value of currency



15
16
17
# File 'app/services/spree_uber_direct/quote.rb', line 15

def currency
  @currency
end

#expires_atObject

Returns the value of attribute expires_at

Returns:

  • (Object)

    the current value of expires_at



15
16
17
# File 'app/services/spree_uber_direct/quote.rb', line 15

def expires_at
  @expires_at
end

#external_quote_idObject

Returns the value of attribute external_quote_id

Returns:

  • (Object)

    the current value of 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_centsObject

Returns the value of attribute fee_cents

Returns:

  • (Object)

    the current value of fee_cents



15
16
17
# File 'app/services/spree_uber_direct/quote.rb', line 15

def fee_cents
  @fee_cents
end