Module: Hyalite::InternalComponent

Included in:
CompositeComponent, DOMComponent, TextComponent
Defined in:
lib/hyalite/internal_component.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#mount_indexObject

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