abunashir/chartmogul

View on GitHub
lib/chartmogul/enrichment/attribute.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Chartmogul
  module Enrichment
    class Attribute < Base
      def list(customer_uuid:)
        set_customer_uuid(customer_uuid)
        list_resource
      end
    end
  end
end