Class: PayPro::Endpoints::Subscriptions

Inherits:
PayPro::Endpoint show all
Includes:
Operations::Creatable, Operations::Getable, Operations::Listable
Defined in:
lib/pay_pro/endpoints/subscriptions.rb

Instance Attribute Summary

Attributes inherited from PayPro::Endpoint

#api_client

Instance Method Summary collapse

Methods included from Operations::Listable

#list

Methods included from Operations::Getable

#get

Methods included from Operations::Creatable

#create

Methods inherited from PayPro::Endpoint

#initialize

Methods included from Operations::Requestable

#api_request

Constructor Details

This class inherits a constructor from PayPro::Endpoint

Instance Method Details

#resource_pathObject



10
11
12
# File 'lib/pay_pro/endpoints/subscriptions.rb', line 10

def resource_path
  'subscriptions'
end