Class: Emjay::Components::MjHead
- Inherits:
-
HeadComponent
- Object
- Emjay::Component
- HeadComponent
- Emjay::Components::MjHead
- Defined in:
- lib/emjay/components/head/mj_head.rb
Instance Attribute Summary
Attributes inherited from Emjay::Component
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from HeadComponent
Methods inherited from Emjay::Component
allowed_attributes, default_attributes, ending_tag?, #get_attribute, #get_child_context, #get_content, #initialize, raw_element?
Constructor Details
This class inherits a constructor from Emjay::Component
Class Method Details
.component_name ⇒ Object
9 10 11 |
# File 'lib/emjay/components/head/mj_head.rb', line 9 def self.component_name "mj-head" end |
Instance Method Details
#handler ⇒ Object
13 14 15 |
# File 'lib/emjay/components/head/mj_head.rb', line 13 def handler handler_children end |