Sha256: 3d2d91ef5de7459640b909f42ed7b261536764f520961c5233b95d81395d1bac

Contents?: true

Size: 295 Bytes

Versions: 8

Compression:

Stored size: 295 Bytes

Contents

module Braintree
  class ApplePayOptions
    include BaseModule

    attr_reader :domains

    def initialize(attributes)
      set_instance_variables_from_hash(attributes)
    end

    class << self
      protected :new
    end

    def self._new(*args)
      self.new(*args)
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
braintree-4.23.0 lib/braintree/apple_pay_options.rb
braintree-4.22.0 lib/braintree/apple_pay_options.rb
braintree-4.21.0 lib/braintree/apple_pay_options.rb
braintree-4.20.0 lib/braintree/apple_pay_options.rb
braintree-4.19.0 lib/braintree/apple_pay_options.rb
braintree-4.18.0 lib/braintree/apple_pay_options.rb
braintree-4.17.0 lib/braintree/apple_pay_options.rb
braintree-4.16.0 lib/braintree/apple_pay_options.rb