Class: Emarsys::Export
- Inherits:
-
DataObject
- Object
- DataObject
- Emarsys::Export
- Defined in:
- lib/emarsys/data_objects/export.rb
Overview
Methods for the Export API
Class Method Summary collapse
-
.resource(id) ⇒ Hash
Find a specific export.
Methods inherited from DataObject
delete, get, parameterize_params, post, put, #request
Class Method Details
.resource(id) ⇒ Hash
Find a specific export
15 16 17 |
# File 'lib/emarsys/data_objects/export.rb', line 15 def resource(id) get "export/#{id}", {} end |