Class: Riddl::Utils::Properties::RngSchema
- Inherits:
-
Implementation
- Object
- Implementation
- Riddl::Utils::Properties::RngSchema
- Defined in:
- lib/ruby/riddl/utils/properties.rb
Overview
}}}
Instance Method Summary collapse
-
#response ⇒ Object
{{{.
Methods inherited from Implementation
#headers, #initialize, #status
Constructor Details
This class inherits a constructor from Riddl::Implementation
Instance Method Details
#response ⇒ Object
{{{
193 194 195 196 |
# 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 |