Class: CPEE::Properties::PutExecutionHandler
- Inherits:
-
Riddl::Implementation
- Object
- Riddl::Implementation
- CPEE::Properties::PutExecutionHandler
- Defined in:
- lib/cpee/implementation_properties.rb
Overview
}}}
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.set(id, opts, hw) ⇒ Object
{{{
323 324 325 |
# File 'lib/cpee/implementation_properties.rb', line 323 def self::set(id,opts,hw) CPEE::Persistence::set_item(id,opts,'executionhandler',:executionhandler => hw) end |
Instance Method Details
#response ⇒ Object
326 327 328 329 330 331 332 333 334 335 |
# File 'lib/cpee/implementation_properties.rb', line 326 def response id = @a[0] opts = @a[1] if opts[:statemachine].readonly? id @status = 423 else PutExecutionHandler::set(id,opts,@p[0].value) end nil end |