Class: Chiridion::Engine::DocumentModel::NamespaceDoc
- Inherits:
-
Data
- Object
- Data
- Chiridion::Engine::DocumentModel::NamespaceDoc
- Defined in:
- lib/chiridion/engine/document_model.rb
Overview
Class or module documentation.
Instance Attribute Summary collapse
-
#abstract ⇒ Object
readonly
Returns the value of attribute abstract.
-
#api ⇒ Object
readonly
Returns the value of attribute api.
-
#attributes ⇒ Object
readonly
Returns the value of attribute attributes.
-
#constants ⇒ Object
readonly
Returns the value of attribute constants.
-
#deprecated ⇒ Object
readonly
Returns the value of attribute deprecated.
-
#docstring ⇒ Object
readonly
Returns the value of attribute docstring.
-
#end_line ⇒ Object
readonly
Returns the value of attribute end_line.
-
#examples ⇒ Object
readonly
Returns the value of attribute examples.
-
#extends ⇒ Object
readonly
Returns the value of attribute extends.
-
#file ⇒ Object
readonly
Returns the value of attribute file.
-
#includes ⇒ Object
readonly
Returns the value of attribute includes.
-
#ivars ⇒ Object
readonly
Returns the value of attribute ivars.
-
#line ⇒ Object
readonly
Returns the value of attribute line.
-
#methods ⇒ Object
readonly
Returns the value of attribute methods.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#notes ⇒ Object
readonly
Returns the value of attribute notes.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#private_methods ⇒ Object
readonly
Returns the value of attribute private_methods.
-
#rbs_file ⇒ Object
readonly
Returns the value of attribute rbs_file.
-
#referenced_types ⇒ Object
readonly
Returns the value of attribute referenced_types.
-
#see_also ⇒ Object
readonly
Returns the value of attribute see_also.
-
#since ⇒ Object
readonly
Returns the value of attribute since.
-
#spec_examples ⇒ Object
readonly
Returns the value of attribute spec_examples.
-
#superclass ⇒ Object
readonly
Returns the value of attribute superclass.
-
#todo ⇒ Object
readonly
Returns the value of attribute todo.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#type_aliases ⇒ Object
readonly
Returns the value of attribute type_aliases.
Instance Attribute Details
#abstract ⇒ Object (readonly)
Returns the value of attribute abstract
184 185 186 |
# File 'lib/chiridion/engine/document_model.rb', line 184 def abstract @abstract end |
#api ⇒ Object (readonly)
Returns the value of attribute api
184 185 186 |
# File 'lib/chiridion/engine/document_model.rb', line 184 def api @api end |
#attributes ⇒ Object (readonly)
Returns the value of attribute attributes
184 185 186 |
# File 'lib/chiridion/engine/document_model.rb', line 184 def attributes @attributes end |
#constants ⇒ Object (readonly)
Returns the value of attribute constants
184 185 186 |
# File 'lib/chiridion/engine/document_model.rb', line 184 def constants @constants end |
#deprecated ⇒ Object (readonly)
Returns the value of attribute deprecated
184 185 186 |
# File 'lib/chiridion/engine/document_model.rb', line 184 def deprecated @deprecated end |
#docstring ⇒ Object (readonly)
Returns the value of attribute docstring
184 185 186 |
# File 'lib/chiridion/engine/document_model.rb', line 184 def docstring @docstring end |
#end_line ⇒ Object (readonly)
Returns the value of attribute end_line
184 185 186 |
# File 'lib/chiridion/engine/document_model.rb', line 184 def end_line @end_line end |
#examples ⇒ Object (readonly)
Returns the value of attribute examples
184 185 186 |
# File 'lib/chiridion/engine/document_model.rb', line 184 def examples @examples end |
#extends ⇒ Object (readonly)
Returns the value of attribute extends
184 185 186 |
# File 'lib/chiridion/engine/document_model.rb', line 184 def extends @extends end |
#file ⇒ Object (readonly)
Returns the value of attribute file
184 185 186 |
# File 'lib/chiridion/engine/document_model.rb', line 184 def file @file end |
#includes ⇒ Object (readonly)
Returns the value of attribute includes
184 185 186 |
# File 'lib/chiridion/engine/document_model.rb', line 184 def includes @includes end |
#ivars ⇒ Object (readonly)
Returns the value of attribute ivars
184 185 186 |
# File 'lib/chiridion/engine/document_model.rb', line 184 def ivars @ivars end |
#line ⇒ Object (readonly)
Returns the value of attribute line
184 185 186 |
# File 'lib/chiridion/engine/document_model.rb', line 184 def line @line end |
#methods ⇒ Object (readonly)
Returns the value of attribute methods
184 185 186 |
# File 'lib/chiridion/engine/document_model.rb', line 184 def methods @methods end |
#name ⇒ Object (readonly)
Returns the value of attribute name
184 185 186 |
# File 'lib/chiridion/engine/document_model.rb', line 184 def name @name end |
#notes ⇒ Object (readonly)
Returns the value of attribute notes
184 185 186 |
# File 'lib/chiridion/engine/document_model.rb', line 184 def notes @notes end |
#path ⇒ Object (readonly)
Returns the value of attribute path
184 185 186 |
# File 'lib/chiridion/engine/document_model.rb', line 184 def path @path end |
#private_methods ⇒ Object (readonly)
Returns the value of attribute private_methods
184 185 186 |
# File 'lib/chiridion/engine/document_model.rb', line 184 def private_methods @private_methods end |
#rbs_file ⇒ Object (readonly)
Returns the value of attribute rbs_file
184 185 186 |
# File 'lib/chiridion/engine/document_model.rb', line 184 def rbs_file @rbs_file end |
#referenced_types ⇒ Object (readonly)
Returns the value of attribute referenced_types
184 185 186 |
# File 'lib/chiridion/engine/document_model.rb', line 184 def referenced_types @referenced_types end |
#see_also ⇒ Object (readonly)
Returns the value of attribute see_also
184 185 186 |
# File 'lib/chiridion/engine/document_model.rb', line 184 def see_also @see_also end |
#since ⇒ Object (readonly)
Returns the value of attribute since
184 185 186 |
# File 'lib/chiridion/engine/document_model.rb', line 184 def since @since end |
#spec_examples ⇒ Object (readonly)
Returns the value of attribute spec_examples
184 185 186 |
# File 'lib/chiridion/engine/document_model.rb', line 184 def spec_examples @spec_examples end |
#superclass ⇒ Object (readonly)
Returns the value of attribute superclass
184 185 186 |
# File 'lib/chiridion/engine/document_model.rb', line 184 def superclass @superclass end |
#todo ⇒ Object (readonly)
Returns the value of attribute todo
184 185 186 |
# File 'lib/chiridion/engine/document_model.rb', line 184 def todo @todo end |
#type ⇒ Object (readonly)
Returns the value of attribute type
184 185 186 |
# File 'lib/chiridion/engine/document_model.rb', line 184 def type @type end |
#type_aliases ⇒ Object (readonly)
Returns the value of attribute type_aliases
184 185 186 |
# File 'lib/chiridion/engine/document_model.rb', line 184 def type_aliases @type_aliases end |