Module: Raml::Documentable

Included in:
AbstractMethod, AbstractResource, Parameter::AbstractParameter, Response
Defined in:
lib/raml/mixin/documentable.rb

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ String?

Returns the node's description.

Returns:

  • (String, nil) —

    the node's description.



# File 'lib/raml/mixin/documentable.rb', line 6

#display_name ⇒ String?

Returns the node's display name.

Returns:

  • (String, nil) —

    the node's display name.



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