Class: Postmates::Objects::DeliveryQuote

Inherits:
Base
  • Object
show all
Defined in:
lib/Postmates/objects/delivery_quote.rb

Constant Summary collapse

@@OBJECT_FIELDS =
[
    :id,
    :created,
    :expires,
    :fee,
    :currency,
    :dropoff_eta,
    :duration
].freeze

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Postmates::Objects::Base