Sha256: ae7e07e9210b0d6882e2c26a402033bc3844250b4bc86827f49be8e34778ae69

Contents?: true

Size: 374 Bytes

Versions: 8

Compression:

Stored size: 374 Bytes

Contents

module Braintree
  class ConnectedMerchantStatusTransitioned
    include BaseModule

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