Sha256: cd36cf076f8f326062b8586350d92da8e75ea85f5d9827415706f5693f2c5e82

Contents?: true

Size: 324 Bytes

Versions: 34

Compression:

Stored size: 324 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

34 entries across 34 versions & 1 rubygems

Version Path
braintree-3.3.0 lib/braintree/apple_pay_options.rb
braintree-3.2.0 lib/braintree/apple_pay_options.rb
braintree-3.1.0 lib/braintree/apple_pay_options.rb
braintree-3.0.1 lib/braintree/apple_pay_options.rb
braintree-2.104.1 lib/braintree/apple_pay_options.rb
braintree-2.104.0 lib/braintree/apple_pay_options.rb
braintree-2.103.0 lib/braintree/apple_pay_options.rb
braintree-2.102.0 lib/braintree/apple_pay_options.rb
braintree-2.101.0 lib/braintree/apple_pay_options.rb
braintree-2.100.0 lib/braintree/apple_pay_options.rb
braintree-2.99.0 lib/braintree/apple_pay_options.rb
braintree-2.98.0 lib/braintree/apple_pay_options.rb
braintree-2.97.0 lib/braintree/apple_pay_options.rb
braintree-2.96.0 lib/braintree/apple_pay_options.rb
braintree-2.95.0 lib/braintree/apple_pay_options.rb
braintree-2.94.0 lib/braintree/apple_pay_options.rb
braintree-2.93.0 lib/braintree/apple_pay_options.rb
braintree-2.92.0 lib/braintree/apple_pay_options.rb
braintree-2.91.0 lib/braintree/apple_pay_options.rb
braintree-2.90.0 lib/braintree/apple_pay_options.rb