Class: ContentBlockTools::Contacts::TelephoneComponent
- Inherits:
-
BaseComponent
- Object
- ViewComponent::Base
- BaseComponent
- ContentBlockTools::Contacts::TelephoneComponent
- Defined in:
- app/components/content_block_tools/contacts/telephone_component.rb
Instance Method Summary collapse
-
#initialize(item:) ⇒ TelephoneComponent
constructor
A new instance of TelephoneComponent.
Methods inherited from BaseComponent
Methods included from Govspeak
Constructor Details
#initialize(item:) ⇒ TelephoneComponent
4 5 6 |
# File 'app/components/content_block_tools/contacts/telephone_component.rb', line 4 def initialize(item:) @item = item end |