Sha256: 2d3001d7acbadb47b03f3afd6060598c18e95b06554ee5088ba7ff9da9f18cf5
Contents?: true
Size: 214 Bytes
Versions: 1
Compression:
Stored size: 214 Bytes
Contents
# frozen_string_literal: true module PayPro module Endpoints class PayMethods < Endpoint include PayPro::Operations::Listable def resource_path 'pay_methods' end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
paypro-2.0.0 | lib/pay_pro/endpoints/pay_methods.rb |