Sha256: 517205dec48ab047dec56ae3fb961cf5d11c2d655e7c8852d8d59c7a7de37aa9

Contents?: true

Size: 447 Bytes

Versions: 8

Compression:

Stored size: 447 Bytes

Contents

module Braintree
  class ConnectedMerchantStatusTransitioned
    include BaseModule

    attr_reader :merchant_public_id
    attr_reader :oauth_application_client_id
    attr_reader :status

    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_status_transitioned.rb
braintree-4.22.0 lib/braintree/connected_merchant_status_transitioned.rb
braintree-4.21.0 lib/braintree/connected_merchant_status_transitioned.rb
braintree-4.20.0 lib/braintree/connected_merchant_status_transitioned.rb
braintree-4.19.0 lib/braintree/connected_merchant_status_transitioned.rb
braintree-4.18.0 lib/braintree/connected_merchant_status_transitioned.rb
braintree-4.17.0 lib/braintree/connected_merchant_status_transitioned.rb
braintree-4.16.0 lib/braintree/connected_merchant_status_transitioned.rb