DFE-Digital/govuk-components

View on GitHub
app/components/govuk_component/traits/custom_html_attributes.rb

Summary

Maintainability
A
0 mins
Test Coverage
module GovukComponent
  module Traits
    module CustomHtmlAttributes
      attr_reader :html_attributes
    end
  end
end