Class: Chiridion::Engine::DocumentModel::AttributeDoc
- Inherits:
-
Data
- Object
- Data
- Chiridion::Engine::DocumentModel::AttributeDoc
- Defined in:
- lib/chiridion/engine/document_model.rb
Overview
Attribute documentation (synthesized from reader/writer pairs).
Instance Attribute Summary collapse
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#mode ⇒ Object
readonly
Returns the value of attribute mode.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#reader ⇒ Object
readonly
Returns the value of attribute reader.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#writer ⇒ Object
readonly
Returns the value of attribute writer.
Instance Attribute Details
#description ⇒ Object (readonly)
Returns the value of attribute description
174 175 176 |
# File 'lib/chiridion/engine/document_model.rb', line 174 def description @description end |
#mode ⇒ Object (readonly)
Returns the value of attribute mode
174 175 176 |
# File 'lib/chiridion/engine/document_model.rb', line 174 def mode @mode end |
#name ⇒ Object (readonly)
Returns the value of attribute name
174 175 176 |
# File 'lib/chiridion/engine/document_model.rb', line 174 def name @name end |
#reader ⇒ Object (readonly)
Returns the value of attribute reader
174 175 176 |
# File 'lib/chiridion/engine/document_model.rb', line 174 def reader @reader end |
#type ⇒ Object (readonly)
Returns the value of attribute type
174 175 176 |
# File 'lib/chiridion/engine/document_model.rb', line 174 def type @type end |
#writer ⇒ Object (readonly)
Returns the value of attribute writer
174 175 176 |
# File 'lib/chiridion/engine/document_model.rb', line 174 def writer @writer end |