class Braintree::LocalPaymentFunded
Attributes
Public Class Methods
Source
# File lib/braintree/local_payment_funded.rb, line 18 def self._new(*args) self.new(*args) end
Protected Class Methods
Source
# File lib/braintree/local_payment_funded.rb, line 9 def initialize(attributes) set_instance_variables_from_hash(attributes) @transaction = Transaction._new(Configuration.gateway, transaction) end