Module: Raml::Documentable
- Included in:
- AbstractMethod, AbstractResource, Parameter::AbstractParameter, Response
- Defined in:
- lib/raml/mixin/documentable.rb
Instance Attribute Summary collapse
-
#description ⇒ String?
The node’s description.
-
#display_name ⇒ String?
The node’s display name.
Instance Attribute Details
#description ⇒ String?
Returns the node’s description.
|
# File 'lib/raml/mixin/documentable.rb', line 6
|
#display_name ⇒ String?
Returns the node’s display name.
|
# File 'lib/raml/mixin/documentable.rb', line 3
|