class Postmen::Fedex

Constants

BILLING
PARCEL
SERVICE_TYPE

Public Instance Methods

retrieve_rates_by_id() click to toggle source
# File lib/postmen/carriers/fedex.rb, line 14
def retrieve_rates_by_id
  raise NotImplementedError  "Method: retrieve_rates_by_id is not supported by #{self.class.name}."
end