Class: Chiridion::Engine::DocumentModel::SeeDoc
- Inherits:
-
Data
- Object
- Data
- Chiridion::Engine::DocumentModel::SeeDoc
- Defined in:
- lib/chiridion/engine/document_model.rb
Overview
Cross-reference (@see tag).
Instance Attribute Summary collapse
-
#target ⇒ Object
readonly
Returns the value of attribute target.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
Instance Attribute Details
#target ⇒ Object (readonly)
Returns the value of attribute target
97 98 99 |
# File 'lib/chiridion/engine/document_model.rb', line 97 def target @target end |
#text ⇒ Object (readonly)
Returns the value of attribute text
97 98 99 |
# File 'lib/chiridion/engine/document_model.rb', line 97 def text @text end |