Method: Dox::Entities::Example#request_body
- Defined in:
- lib/dox/entities/example.rb
#request_body ⇒ Object
23 24 25 |
# File 'lib/dox/entities/example.rb', line 23 def request_body @request_body ||= format_content(request, request_content_type) end |