Sha256: d744dbfd9f82a00cd6c8a0dd09358f92b86e5f7a18d005fc72418cf383aee88a

Contents?: true

Size: 448 Bytes

Versions: 8

Compression:

Stored size: 448 Bytes

Contents

module Braintree
  class ConnectedMerchantPayPalStatusChanged
    include BaseModule

    attr_reader :action
    attr_reader :merchant_public_id
    attr_reader :oauth_application_client_id

    alias_method :merchant_id, :merchant_public_id

    def initialize(attributes)
      set_instance_variables_from_hash(attributes)
    end

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

Version data entries

8 entries across 8 versions & 1 rubygems

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