Sha256: e7ddbba4165bc755ab58bf6be6781355ff95d63072684f550fc4788dc8f71f82
Contents?: true
Size: 190 Bytes
Versions: 21
Compression:
Stored size: 190 Bytes
Contents
module Asaas module Api class Notification < Asaas::Api::Base def initialize(token, api_version) super(token, api_version, '/notifications') end end end end
Version data entries
21 entries across 21 versions & 1 rubygems