Sha256: 3ae2e41a86caaf77773a08a1f2a71bcfee93adf734c51148119071e81eb9853f

Contents?: true

Size: 150 Bytes

Versions: 1

Compression:

Stored size: 150 Bytes

Contents

module PostmanMta
  class Credential < ApplicationModel
    def create(params = {})
      post('/api/v1/credentials', body: params)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
postman_mta-0.1.7 app/models/postman_mta/credential.rb