Class: Hyalite::TopLevelWrapper

Inherits:
Object
  • Object
show all
Includes:
Component
Defined in:
lib/hyalite/component.rb

Constant Summary

Constants included from Component

Component::TAGS

Instance Attribute Summary

Attributes included from Component

#context, #props, #refs

Instance Method Summary collapse

Methods included from Component

#child_context, #component_did_mount, #component_did_unmount, #component_did_update, #component_will_mount, #component_will_unmount, #component_will_update, #force_update, included, #init_component, #initial_state, #method_missing, #pp, #respond_to_missing?, #set_state, #should_component_update, #state, #state=

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Hyalite::Component

Instance Method Details

#renderObject



256
257
258
# File 'lib/hyalite/component.rb', line 256

def render
  @props
end