Module: Raml::Bodies

Included in:
AbstractMethod, Response
Defined in:
lib/raml/mixin/bodies.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodiesHash<String, Raml::Body> (readonly)

Returns the bodies, keyed by their media type.

Returns:

  • (Hash<String, Raml::Body>)

    the bodies, keyed by their media type.



# File 'lib/raml/mixin/bodies.rb', line 3