Module: GOVUKDesignSystemFormBuilder::Traits::HTMLAttributes

Defined Under Namespace

Classes: Attributes

Instance Method Summary collapse

Instance Method Details

#attributes(html_attributes = {}) ⇒ Object



64
65
66
# File 'lib/govuk_design_system_formbuilder/traits/html_attributes.rb', line 64

def attributes(html_attributes = {})
  Attributes.new(options, html_attributes).to_h
end