class Braintree::ApplePayOptions
Attributes
Public Class Methods
Source
# File lib/braintree/apple_pay_options.rb, line 15 def self._new(*args) self.new(*args) end
Protected Class Methods
Source
# File lib/braintree/apple_pay_options.rb, line 7 def initialize(attributes) set_instance_variables_from_hash(attributes) end