Sha256: 84f0329a5f74f2b14070ebe664629bb92587c0b36ec447b65cd99d204d9ae37b
Contents?: true
Size: 185 Bytes
Versions: 1
Compression:
Stored size: 185 Bytes
Contents
# frozen_string_literal: true module Eship def self.post_quotation(payload) response = ApiClient.post( path: Endpoints::POST_QUOTATION, body: payload ) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
eship-ruby-0.1.0 | lib/eship/quotation.rb |