class CPEE::Properties::GetPt
Public Instance Methods
Source
# File lib/cpee/implementation_properties.rb, line 689 def response id = @a[0] opts = @a[1] if val = CPEE::Persistence::extract_item(id,opts,@r.join('/')) Riddl::Parameter::Simple.new('value',val) else @status = 404 end end