Class: Raml::Documentation
- Inherits:
-
PropertiesNode
- Object
- Node
- PropertiesNode
- Raml::Documentation
- Defined in:
- lib/raml/node/documentation.rb
Instance Attribute Summary collapse
-
#content ⇒ String
The documentation content.
-
#title ⇒ String
The documentation title.
Attributes inherited from PropertiesNode
Attributes inherited from Node
Method Summary
Methods inherited from PropertiesNode
#_regexp_property, #initialize, #non_scalar_properties, #scalar_properties
Methods inherited from Node
Constructor Details
This class inherits a constructor from Raml::PropertiesNode
Instance Attribute Details
#content ⇒ String
Returns the documentation content.
|
# File 'lib/raml/node/documentation.rb', line 4
|
#title=(value) ⇒ String
Returns the documentation title. An alias for #name.
10 |
# File 'lib/raml/node/documentation.rb', line 10 scalar_property :content |