Class: Kangaroo::Util::Proxy::Wizard
- Inherits:
-
Kangaroo::Util::Proxy
- Object
- Rapuncel::Proxy
- Kangaroo::Util::Proxy
- Kangaroo::Util::Proxy::Wizard
- Defined in:
- lib/kangaroo/util/proxy/wizard.rb
Instance Method Summary collapse
-
#create(name, datas = {}) ⇒ Number
Create Wizard.
-
#execute(id, datas, action = 'init', context = {}) ⇒ Object
Execute an action on a wizard.
Methods inherited from Kangaroo::Util::Proxy
Instance Method Details
#create(name, datas = {}) ⇒ Number
Create Wizard
9 10 11 |
# File 'lib/kangaroo/util/proxy/wizard.rb', line 9 def create name, datas = {} call! :create, name, datas end |
#execute(id, datas, action = 'init', context = {}) ⇒ Object
Execute an action on a wizard
20 21 22 |
# File 'lib/kangaroo/util/proxy/wizard.rb', line 20 def execute id, datas, action = 'init', context = {} call! :execute, id, datas, action, context end |