Class: Oselvar::Var::Core::VarDoc
- Inherits:
-
Data
- Object
- Data
- Oselvar::Var::Core::VarDoc
- Defined in:
- lib/oselvar/var/core/ast.rb
Instance Attribute Summary collapse
-
#examples ⇒ Object
readonly
Returns the value of attribute examples.
-
#orphan_attachments ⇒ Object
readonly
Returns the value of attribute orphan_attachments.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
Instance Attribute Details
#examples ⇒ Object (readonly)
Returns the value of attribute examples
46 47 48 |
# File 'lib/oselvar/var/core/ast.rb', line 46 def examples @examples end |
#orphan_attachments ⇒ Object (readonly)
Returns the value of attribute orphan_attachments
46 47 48 |
# File 'lib/oselvar/var/core/ast.rb', line 46 def @orphan_attachments end |
#path ⇒ Object (readonly)
Returns the value of attribute path
46 47 48 |
# File 'lib/oselvar/var/core/ast.rb', line 46 def path @path end |
#source ⇒ Object (readonly)
Returns the value of attribute source
46 47 48 |
# File 'lib/oselvar/var/core/ast.rb', line 46 def source @source end |