Class: Uber::Delivery::Quote
- Defined in:
- lib/uber/models/delivery/quote.rb
Instance Attribute Summary collapse
-
#currency_code ⇒ Object
Returns the value of attribute currency_code.
-
#dropoff_eta ⇒ Object
Returns the value of attribute dropoff_eta.
-
#estimated_at ⇒ Object
Returns the value of attribute estimated_at.
-
#expires_at ⇒ Object
Returns the value of attribute expires_at.
-
#fee ⇒ Object
Returns the value of attribute fee.
-
#pickup_eta ⇒ Object
Returns the value of attribute pickup_eta.
-
#quote_id ⇒ Object
Returns the value of attribute quote_id.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Uber::Base
Instance Attribute Details
#currency_code ⇒ Object
Returns the value of attribute currency_code.
4 5 6 |
# File 'lib/uber/models/delivery/quote.rb', line 4 def currency_code @currency_code end |
#dropoff_eta ⇒ Object
Returns the value of attribute dropoff_eta.
4 5 6 |
# File 'lib/uber/models/delivery/quote.rb', line 4 def dropoff_eta @dropoff_eta end |
#estimated_at ⇒ Object
Returns the value of attribute estimated_at.
4 5 6 |
# File 'lib/uber/models/delivery/quote.rb', line 4 def estimated_at @estimated_at end |
#expires_at ⇒ Object
Returns the value of attribute expires_at.
4 5 6 |
# File 'lib/uber/models/delivery/quote.rb', line 4 def expires_at @expires_at end |
#fee ⇒ Object
Returns the value of attribute fee.
4 5 6 |
# File 'lib/uber/models/delivery/quote.rb', line 4 def fee @fee end |
#pickup_eta ⇒ Object
Returns the value of attribute pickup_eta.
4 5 6 |
# File 'lib/uber/models/delivery/quote.rb', line 4 def pickup_eta @pickup_eta end |
#quote_id ⇒ Object
Returns the value of attribute quote_id.
4 5 6 |
# File 'lib/uber/models/delivery/quote.rb', line 4 def quote_id @quote_id end |