Sha256: 645372a33797d605cd72fab62765f482457f06ceaf267f76ee0ad36c6ad5c098

Contents?: true

Size: 404 Bytes

Versions: 8

Compression:

Stored size: 404 Bytes

Contents

module Braintree
  class ConnectedMerchantStatusTransitioned
    include BaseModule

    attr_reader :merchant_public_id
    attr_reader :oauth_application_client_id
    attr_reader :status

    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_status_transitioned.rb
braintree-2.87.0 lib/braintree/connected_merchant_status_transitioned.rb
braintree-2.86.0 lib/braintree/connected_merchant_status_transitioned.rb
braintree-2.85.0 lib/braintree/connected_merchant_status_transitioned.rb
braintree-2.84.0 lib/braintree/connected_merchant_status_transitioned.rb
braintree-2.83.0 lib/braintree/connected_merchant_status_transitioned.rb
braintree-2.82.0 lib/braintree/connected_merchant_status_transitioned.rb
braintree-2.81.0 lib/braintree/connected_merchant_status_transitioned.rb