Class: PostmanMta::Credential
- Inherits:
-
ApplicationModel
- Object
- ApplicationModel
- PostmanMta::Credential
- Defined in:
- app/models/postman_mta/credential.rb
Instance Method Summary collapse
Instance Method Details
#create(params = {}) ⇒ Object
3 4 5 |
# File 'app/models/postman_mta/credential.rb', line 3 def create(params = {}) post('/credentials', body: params) end |