Method: CM::Plugin::Plan#set_token
- Defined in:
- lib/core/plugin/plan.rb
#set_token(id, location, value) ⇒ Object
143 144 145 146 |
# File 'lib/core/plugin/plan.rb', line 143 def set_token(id, location, value) @tokens["#{id}:#{array(location).join('.')}"] = value @tokens.save end |