Sha256: 9d8ac37c1e94c0c7dd33d0ccf9964e28d2e5a88871a5aef008a6b3abab881e80

Contents?: true

Size: 325 Bytes

Versions: 17

Compression:

Stored size: 325 Bytes

Contents

module Braintree
  class ApplePayOptions
    include BaseModule # :nodoc:

    attr_reader :domains

    def initialize(attributes) # :nodoc:
      set_instance_variables_from_hash(attributes)
    end

    class << self
      protected :new
    end

    def self._new(*args) # :nodoc:
      self.new(*args)
    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
braintree-4.15.0 lib/braintree/apple_pay_options.rb
braintree-4.14.0 lib/braintree/apple_pay_options.rb
braintree-4.13.0 lib/braintree/apple_pay_options.rb
braintree-4.12.0 lib/braintree/apple_pay_options.rb
braintree-4.11.0 lib/braintree/apple_pay_options.rb
braintree-4.10.0 lib/braintree/apple_pay_options.rb
braintree-4.9.0 lib/braintree/apple_pay_options.rb
braintree-4.8.0 lib/braintree/apple_pay_options.rb
braintree-4.7.0 lib/braintree/apple_pay_options.rb
braintree-4.6.0 lib/braintree/apple_pay_options.rb
braintree-4.5.0 lib/braintree/apple_pay_options.rb
braintree-4.4.0 lib/braintree/apple_pay_options.rb
braintree-4.3.0 lib/braintree/apple_pay_options.rb
braintree-4.2.0 lib/braintree/apple_pay_options.rb
braintree-4.1.0 lib/braintree/apple_pay_options.rb
braintree-4.0.0 lib/braintree/apple_pay_options.rb
braintree-3.4.0 lib/braintree/apple_pay_options.rb