Method: Riddl::Implementation#response
- Defined in:
- lib/ruby/riddl/implementation.rb
#response ⇒ Object
riddl parameters to return
17 18 19 |
# File 'lib/ruby/riddl/implementation.rb', line 17 def response # riddl parameters to return @response || [] end |