class Riddl::Utils::Properties::All

Just reading

Public Instance Methods

response() click to toggle source
# File lib/ruby/riddl/utils/properties.rb, line 143
def response
  backend = @a[0]
  handler = @a[1]
  EM.defer{handler.read} unless handler.nil?
  return Riddl::Parameter::Complex.new("document","text/xml",backend.data.to_s)
end