class Riddl::Utils::Properties::RngSchema

Public Instance Methods

response() click to toggle source
# File lib/ruby/riddl/utils/properties.rb, line 193
def response
  backend = @a[0]
  Riddl::Parameter::Complex.new("document-schema","text/xml",backend.rng.to_s)
end