Sha256: 89278a2f34457e10ec4664f9d523ebe4795a296c8142097defd7b2fcb367655d
Contents?: true
Size: 702 Bytes
Versions: 5
Compression:
Stored size: 702 Bytes
Contents
require "flex_commerce_api/api_base" module FlexCommerce # # A flex commerce OrderShippingMethod model # # This model provides access to the flex commerce order shipping methods # # It is used much like an active record model. # # Examples: # # # # # Fetching all order shipping methods for a customer account # # FlexCommerce::ShippingMethod.all #fetches all order shipping methods(actually the first page in case there are thousands) # # class ShippingMethod < FlexCommerceApi::ApiBase # @method all # Returns all order shipping methods # @return [FlexCommerce::OrderShippingMethod[]] An array of order shipping methods or an empty array end end
Version data entries
5 entries across 5 versions & 1 rubygems