Sha256: 12369ebc2e11228f0086587e899bee1849ce85ce8aa77032400d10fd2e5f8f42

Contents?: true

Size: 375 Bytes

Versions: 8

Compression:

Stored size: 375 Bytes

Contents

module Braintree
  class ConnectedMerchantPayPalStatusChanged
    include BaseModule

    attr_reader :merchant_public_id, :action, :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.80.1 lib/braintree/connected_merchant_paypal_status_changed.rb
braintree-2.80.0 lib/braintree/connected_merchant_paypal_status_changed.rb
braintree-2.79.0 lib/braintree/connected_merchant_paypal_status_changed.rb
braintree-2.78.0 lib/braintree/connected_merchant_paypal_status_changed.rb
braintree-2.77.0 lib/braintree/connected_merchant_paypal_status_changed.rb
braintree-2.76.0 lib/braintree/connected_merchant_paypal_status_changed.rb
braintree-2.75.0 lib/braintree/connected_merchant_paypal_status_changed.rb
braintree-2.74.0 lib/braintree/connected_merchant_paypal_status_changed.rb