Class: ContentBlockTools::Contacts::TelephoneComponent

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

Instance Method Summary collapse

Methods included from Govspeak

#render_govspeak

Methods inherited from BaseComponent

#render

Constructor Details

#initialize(item:) ⇒ TelephoneComponent

Returns a new instance of TelephoneComponent.



6
7
8
# File 'app/components/content_block_tools/contacts/telephone_component.rb', line 6

def initialize(item:)
  @item = item
end