Method: CCS::Components::GovUK::InsetText#initialize
- Defined in:
- lib/ccs/components/govuk/inset_text.rb
#initialize(text: nil) ⇒ InsetText
Returns a new instance of InsetText.
28 29 30 31 32 |
# File 'lib/ccs/components/govuk/inset_text.rb', line 28 def initialize(text: nil, **) super(**) @text = text end |