Sha256: 39d265e39de2b4b7213d69524bec00092725f912af6fd775b2d5f4a4d787fe96

Contents?: true

Size: 458 Bytes

Versions: 17

Compression:

Stored size: 458 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) # :nodoc:
        self.new(*args)
      end
    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
braintree-4.15.0 lib/braintree/connected_merchant_paypal_status_changed.rb
braintree-4.14.0 lib/braintree/connected_merchant_paypal_status_changed.rb
braintree-4.13.0 lib/braintree/connected_merchant_paypal_status_changed.rb
braintree-4.12.0 lib/braintree/connected_merchant_paypal_status_changed.rb
braintree-4.11.0 lib/braintree/connected_merchant_paypal_status_changed.rb
braintree-4.10.0 lib/braintree/connected_merchant_paypal_status_changed.rb
braintree-4.9.0 lib/braintree/connected_merchant_paypal_status_changed.rb
braintree-4.8.0 lib/braintree/connected_merchant_paypal_status_changed.rb
braintree-4.7.0 lib/braintree/connected_merchant_paypal_status_changed.rb
braintree-4.6.0 lib/braintree/connected_merchant_paypal_status_changed.rb
braintree-4.5.0 lib/braintree/connected_merchant_paypal_status_changed.rb
braintree-4.4.0 lib/braintree/connected_merchant_paypal_status_changed.rb
braintree-4.3.0 lib/braintree/connected_merchant_paypal_status_changed.rb
braintree-4.2.0 lib/braintree/connected_merchant_paypal_status_changed.rb
braintree-4.1.0 lib/braintree/connected_merchant_paypal_status_changed.rb
braintree-4.0.0 lib/braintree/connected_merchant_paypal_status_changed.rb
braintree-3.4.0 lib/braintree/connected_merchant_paypal_status_changed.rb