class Braintree::PayPalPaymentResource
Public Class Methods
Source
# File lib/braintree/paypal_payment_resource.rb, line 11 def _new(*args) self.new(*args) end
Source
# File lib/braintree/paypal_payment_resource.rb, line 16 def initialize(gateway, attributes) @gateway = gateway set_instance_variables_from_hash(attributes) end
Source
# File lib/braintree/paypal_payment_resource.rb, line 5 def self.update(*args) Configuration.gateway.paypal_payment_resource.update(*args) end