class Braintree::GrantedPaymentInstrumentUpdate
Attributes
Public Class Methods
Source
# File lib/braintree/granted_payment_instrument_update.rb, line 18 def _new(*args) self.new(*args) end
Protected Class Methods
Source
# File lib/braintree/granted_payment_instrument_update.rb, line 11 def initialize(attributes) set_instance_variables_from_hash(attributes) @payment_method_nonce = attributes[:payment_method_nonce][:nonce] end