Sha256: 8bd8cac88daab45867cc395cd8db6fceba540351a77c8b5e72498038d1377a9d

Contents?: true

Size: 405 Bytes

Versions: 8

Compression:

Stored size: 405 Bytes

Contents

module Braintree
  class ConnectedMerchantPayPalStatusChanged
    include BaseModule

    attr_reader :action
    attr_reader :merchant_public_id
    attr_reader :oauth_application_client_id

    def initialize(attributes)
      set_instance_variables_from_hash(attributes)
    end

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
braintree-2.88.0 lib/braintree/connected_merchant_paypal_status_changed.rb
braintree-2.87.0 lib/braintree/connected_merchant_paypal_status_changed.rb
braintree-2.86.0 lib/braintree/connected_merchant_paypal_status_changed.rb
braintree-2.85.0 lib/braintree/connected_merchant_paypal_status_changed.rb
braintree-2.84.0 lib/braintree/connected_merchant_paypal_status_changed.rb
braintree-2.83.0 lib/braintree/connected_merchant_paypal_status_changed.rb
braintree-2.82.0 lib/braintree/connected_merchant_paypal_status_changed.rb
braintree-2.81.0 lib/braintree/connected_merchant_paypal_status_changed.rb