Class: Chiridion::Engine::DocumentModel::RaiseDoc
- Inherits:
-
Data
- Object
- Data
- Chiridion::Engine::DocumentModel::RaiseDoc
- Defined in:
- lib/chiridion/engine/document_model.rb
Overview
Exception documentation.
Instance Attribute Summary collapse
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#description ⇒ Object (readonly)
Returns the value of attribute description
79 80 81 |
# File 'lib/chiridion/engine/document_model.rb', line 79 def description @description end |
#type ⇒ Object (readonly)
Returns the value of attribute type
79 80 81 |
# File 'lib/chiridion/engine/document_model.rb', line 79 def type @type end |