Class: Mailtrap::ContactExportsAPI
- Inherits:
-
Object
- Object
- Mailtrap::ContactExportsAPI
- Includes:
- BaseAPI
- Defined in:
- lib/mailtrap/contact_exports_api.rb
Instance Attribute Summary
Attributes included from BaseAPI
Instance Method Summary collapse
-
#create(options) ⇒ ContactExport
Creates a new contact export.
-
#get(export_id) ⇒ ContactExport
Retrieves a specific contact export.
Methods included from BaseAPI
Instance Method Details
#create(options) ⇒ ContactExport
Creates a new contact export
30 31 32 |
# File 'lib/mailtrap/contact_exports_api.rb', line 30 def create() base_create() end |
#get(export_id) ⇒ ContactExport
Retrieves a specific contact export
18 19 20 |
# File 'lib/mailtrap/contact_exports_api.rb', line 18 def get(export_id) base_get(export_id) end |