Class: CPEE::Properties::PutStatus
- Inherits:
 - 
      Riddl::Implementation
      
        
- Object
 - Riddl::Implementation
 - CPEE::Properties::PutStatus
 
 
- Defined in:
 - lib/cpee/implementation_properties.rb
 
Overview
}}}
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.set(id, opts, xml) ⇒ Object
{{{
      294 295 296 297 298  | 
    
      # File 'lib/cpee/implementation_properties.rb', line 294 def self::set(id,opts,xml) doc = XML::Smart::string(xml) doc.register_namespace 'p', 'http://cpee.org/ns/properties/2.0' CPEE::Persistence::set_item(id,opts,'status',:id => doc.find('string(/p:status/p:id)').to_i, :message => doc.find('string(/p:status/p:message)')) end  |