Sha256: 4cb547d02fe3c67c20ec53bedff4fec540e055e3b92745e79035c7c79d8cd930
Contents?: true
Size: 295 Bytes
Versions: 1
Compression:
Stored size: 295 Bytes
Contents
# frozen_string_literal: true module PayPro module Endpoints class Payments < Endpoint include PayPro::Operations::Creatable include PayPro::Operations::Getable include PayPro::Operations::Listable def resource_path 'payments' end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
paypro-2.0.0 | lib/pay_pro/endpoints/payments.rb |