Module: Hyalite::InternalComponent
- Included in:
- CompositeComponent, DOMComponent, TextComponent
- Defined in:
- lib/hyalite/internal_component.rb
Instance Attribute Summary collapse
-
#mount_index ⇒ Object
Returns the value of attribute mount_index.
Instance Method Summary collapse
- #mount_component(root_id, mount_ready, context) ⇒ Object
- #recieve_component(next_element, mount_ready) ⇒ Object
Instance Attribute Details
#mount_index ⇒ Object
Returns the value of attribute mount_index.
3 4 5 |
# File 'lib/hyalite/internal_component.rb', line 3 def mount_index @mount_index end |
Instance Method Details
#mount_component(root_id, mount_ready, context) ⇒ Object
5 6 |
# File 'lib/hyalite/internal_component.rb', line 5 def mount_component(root_id, mount_ready, context) end |
#recieve_component(next_element, mount_ready) ⇒ Object
8 9 |
# File 'lib/hyalite/internal_component.rb', line 8 def recieve_component(next_element, mount_ready) end |