class Riddl::Utils::Description::RDR

Public Instance Methods

response() click to toggle source
# File lib/ruby/riddl/utils/description.rb, line 8
def response
  @headers << Riddl::Header.new("RIDDL_DESCRIPTION", 'oh my, a riddl description')
  return Riddl::Parameter::Complex.new("riddl-description","text/xml",@a[0])
end