class Braintree::LocalPaymentExpired
Attributes
Public Class Methods
Source
# File lib/braintree/local_payment_expired.rb, line 16 def self._new(*args) self.new(*args) end
Protected Class Methods
Source
# File lib/braintree/local_payment_expired.rb, line 8 def initialize(attributes) set_instance_variables_from_hash(attributes) end