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