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-2.89.0 lib/braintree/apple_pay_options.rb
braintree-2.88.0 lib/braintree/apple_pay_options.rb
braintree-2.87.0 lib/braintree/apple_pay_options.rb
braintree-2.86.0 lib/braintree/apple_pay_options.rb
braintree-2.85.0 lib/braintree/apple_pay_options.rb
braintree-2.84.0 lib/braintree/apple_pay_options.rb
braintree-2.83.0 lib/braintree/apple_pay_options.rb
braintree-2.82.0 lib/braintree/apple_pay_options.rb
braintree-2.81.0 lib/braintree/apple_pay_options.rb
braintree-2.80.1 lib/braintree/apple_pay_options.rb
braintree-2.80.0 lib/braintree/apple_pay_options.rb
braintree-2.79.0 lib/braintree/apple_pay_options.rb
braintree-2.78.0 lib/braintree/apple_pay_options.rb
braintree-2.77.0 lib/braintree/apple_pay_options.rb