Sha256: 8591ad27bd0c2df697b9d061ce20802d4ac56c4fce537c6a15d36ee79319ce92

Contents?: true

Size: 349 Bytes

Versions: 1

Compression:

Stored size: 349 Bytes

Contents

# frozen_string_literal: true

module Tikkie
  module Api
    module Clients
      # Sandbox App endpoint at Tikkie.
      class SandboxApps < Base
        def create(attributes = {}, options = {})
          payment = Tikkie::Api::Resources::SandboxApp.new(config, options)
          payment.save(attributes)
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tikkie-api-2.0.0 lib/tikkie/api/clients/sandbox_apps.rb