class Riddl::Utils::Properties::Schema
Public Instance Methods
response()
click to toggle source
# File lib/ruby/riddl/utils/properties.rb, line 200 def response backend = @a[0] return Riddl::Parameter::Complex.new("document-schema","text/xml",backend.schema.to_s) end