class Braintree::LocalPaymentExpired

Attributes

payment_context_id[R]
payment_id[R]

Public Class Methods

_new(*args) click to toggle source
# File lib/braintree/local_payment_expired.rb, line 16
def self._new(*args)
  self.new(*args)
end

Protected Class Methods

new(attributes) click to toggle source
# File lib/braintree/local_payment_expired.rb, line 8
def initialize(attributes)
  set_instance_variables_from_hash(attributes)
end