Sha256: d56c84096982b084716d5711c98261b148a206d75b7b47a2240f456b292ca117
Contents?: true
Size: 348 Bytes
Versions: 3
Compression:
Stored size: 348 Bytes
Contents
module Chartmogul module V1 class Import < Base BASE_URI = "#{BASE_URI}/import" # Public: Get customers API. # # Returns the instance of Chartmogul::V1::Import::Customers. def customers Chartmogul::V1::Import::Customers.new(client) end end end end require 'chartmogul/v1/import/customers'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
chartmogul_client-0.0.4 | lib/chartmogul/v1/import.rb |
chartmogul_client-0.0.3 | lib/chartmogul/v1/import.rb |
chartmogul_client-0.0.2 | lib/chartmogul/v1/import.rb |