Class: ContentBlockTools::Components::Contacts::EmailAddressComponent

Inherits:
BaseComponent
  • Object
show all
Includes:
Govspeak
Defined in:
lib/content_block_tools/components/contacts/email_address_component.rb

Instance Method Summary collapse

Methods included from Govspeak

#render_govspeak

Methods inherited from BaseComponent

#render

Constructor Details

#initialize(item:) ⇒ EmailAddressComponent

Returns a new instance of EmailAddressComponent.



7
8
9
# File 'lib/content_block_tools/components/contacts/email_address_component.rb', line 7

def initialize(item:)
  @item = item
end