Class: Varar::Core::VarDoc
- Inherits:
-
Data
- Object
- Data
- Varar::Core::VarDoc
- Defined in:
- lib/varar/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
45 46 47 |
# File 'lib/varar/core/ast.rb', line 45 def examples @examples end |
#orphan_attachments ⇒ Object (readonly)
Returns the value of attribute orphan_attachments
45 46 47 |
# File 'lib/varar/core/ast.rb', line 45 def @orphan_attachments end |
#path ⇒ Object (readonly)
Returns the value of attribute path
45 46 47 |
# File 'lib/varar/core/ast.rb', line 45 def path @path end |
#source ⇒ Object (readonly)
Returns the value of attribute source
45 46 47 |
# File 'lib/varar/core/ast.rb', line 45 def source @source end |