Method: CPEE::Properties::PutState.set
- Defined in:
- lib/cpee/implementation_properties.rb
.set(id, opts, state) ⇒ Object
{{{
249 250 251 |
# File 'lib/cpee/implementation_properties.rb', line 249 def self::set(id,opts,state) CPEE::Persistence::set_item(id,opts,'state',:state => state, :attributes => CPEE::Persistence::extract_list(id,opts,'attributes').to_h) end |