Module: PayPal::SDK::REST::ClassMethods

Included in:
PayPal::SDK::REST
Defined in:
lib/paypal-sdk/rest.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(name, *args) ⇒ Object



18
19
20
# File 'lib/paypal-sdk/rest.rb', line 18

def method_missing(name, *args)
  RequestDataType.send(name, *args)
end