Class: Chartmogul::V1::Import
- Defined in:
- lib/chartmogul/v1/import.rb
Defined Under Namespace
Constant Summary collapse
- BASE_URI =
"#{BASE_URI}/import"
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#customers ⇒ Object
Public: Get customers API.
Instance Method Details
#customers ⇒ Object
Public: Get customers API.
Returns the instance of Chartmogul::V1::Import::Customers.
9 10 11 |
# File 'lib/chartmogul/v1/import.rb', line 9 def customers Chartmogul::V1::Import::Customers.new(client) end |