Class: Uber::Delivery::Quote

Inherits:
Base
  • Object
show all
Defined in:
lib/uber/models/delivery/quote.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

#[], #initialize

Constructor Details

This class inherits a constructor from Uber::Base

Instance Attribute Details

#currency_codeObject

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_etaObject

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_atObject

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_atObject

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

#feeObject

Returns the value of attribute fee.



4
5
6
# File 'lib/uber/models/delivery/quote.rb', line 4

def fee
  @fee
end

#pickup_etaObject

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_idObject

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