Sha256: e29f4e773276f75688557d4c3652a9ecfb8822cdc658735bba8dca04c84569ef
Contents?: true
Size: 143 Bytes
Versions: 10
Compression:
Stored size: 143 Bytes
Contents
module PostmanMta class Credential < ApplicationModel def create(params = {}) post('/credentials', body: params) end end end
Version data entries
10 entries across 10 versions & 1 rubygems