Class: CPEE::Properties::GetComplex
- Inherits:
-
Riddl::Implementation
- Object
- Riddl::Implementation
- CPEE::Properties::GetComplex
- Defined in:
- lib/cpee/implementation_properties.rb
Overview
}}}
Instance Method Summary collapse
-
#response ⇒ Object
{{{.
Instance Method Details
#response ⇒ Object
{{{
468 469 470 471 472 473 474 475 476 477 478 |
# File 'lib/cpee/implementation_properties.rb', line 468 def response item = @a[0] mime = @a[1] id = @a[2] opts = @a[3] if val = CPEE::Persistence::extract_item(id,opts,@r.join('/')) Riddl::Parameter::Complex.new(item,mime,val) else @status = 404 end end |