Class: Main
- Inherits:
- Wee::Component show all
- Defined in:
- lib/wee/skeleton/og/components/main.rb,
lib/wee/skeleton/simple/components/main.rb
Instance Attribute Summary
Attributes inherited from Wee::Presenter
Instance Method Summary collapse
-
#click ⇒ Object
——————————————– Actions ——————————————–.
-
#initialize ⇒ Main
constructor
A new instance of Main.
-
#render ⇒ Object
——————————————– Rendering ——————————————–.
Methods inherited from Wee::Component
#add_decoration, #backtrack_state, #backtrack_state_chain, #decoration, #decoration=, #do_render_chain, #each_decoration, #process_callbacks, #process_callbacks_chain, #remove_decoration, #remove_decoration_if
Methods inherited from Wee::Presenter
#backtrack_state, #do_render, #get_property, #lookup_property, #process_callbacks, #session, template, uses_property
Constructor Details
#initialize ⇒ Main
Returns a new instance of Main.
3 4 5 6 |
# File 'lib/wee/skeleton/og/components/main.rb', line 3 def initialize super() @scaffolder = add_child OgScaffolder.new(Recipe) end |