Class: CPEE::Worklist::GetOrgModels
- Inherits:
-
Riddl::Implementation
- Object
- Riddl::Implementation
- CPEE::Worklist::GetOrgModels
- Defined in:
- lib/cpee-worklist/implementation.rb
Overview
}}}
Instance Method Summary collapse
-
#response ⇒ Object
{{{.
Instance Method Details
#response ⇒ Object
{{{
307 308 309 310 311 |
# File 'lib/cpee-worklist/implementation.rb', line 307 def response out = XML::Smart.string('<orgmodels/>') @a[0].orgmodels.each{|e| out.root.add("orgmodel", e)} Riddl::Parameter::Complex.new "return","text/xml", out.to_s end |