Sha256: 286424a5e6908582a8602286318ab61fb3d5a79a51652c9a06749dcd28acc14b

Contents?: true

Size: 381 Bytes

Versions: 1

Compression:

Stored size: 381 Bytes

Contents

# frozen_string_literal: true

module GmanClient
  module CommodityMerchandising
    module BulkContracts
      def bulk_contracts
        response = attempt(@retry_attempts) do
          request
            .api
            .v1
            .commodity_merchandising
            .bulk_contracts
            .get
        end

        response.map(&:to_h)
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gman_client-0.4.1 lib/gman_client/commodity_merchandising/bulk_contracts.rb