Class: Chiridion::Engine::DocumentModel::YieldDoc
- Inherits:
-
Data
- Object
- Data
- Chiridion::Engine::DocumentModel::YieldDoc
- Defined in:
- lib/chiridion/engine/document_model.rb
Overview
Block/yield documentation.
Captures @yield, @yieldparam, and @yieldreturn together.
Instance Attribute Summary collapse
-
#block_type ⇒ Object
readonly
Returns the value of attribute block_type.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#params ⇒ Object
readonly
Returns the value of attribute params.
-
#return_desc ⇒ Object
readonly
Returns the value of attribute return_desc.
-
#return_type ⇒ Object
readonly
Returns the value of attribute return_type.
Instance Attribute Details
#block_type ⇒ Object (readonly)
Returns the value of attribute block_type
70 71 72 |
# File 'lib/chiridion/engine/document_model.rb', line 70 def block_type @block_type end |
#description ⇒ Object (readonly)
Returns the value of attribute description
70 71 72 |
# File 'lib/chiridion/engine/document_model.rb', line 70 def description @description end |
#params ⇒ Object (readonly)
Returns the value of attribute params
70 71 72 |
# File 'lib/chiridion/engine/document_model.rb', line 70 def params @params end |
#return_desc ⇒ Object (readonly)
Returns the value of attribute return_desc
70 71 72 |
# File 'lib/chiridion/engine/document_model.rb', line 70 def return_desc @return_desc end |
#return_type ⇒ Object (readonly)
Returns the value of attribute return_type
70 71 72 |
# File 'lib/chiridion/engine/document_model.rb', line 70 def return_type @return_type end |