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