Class: Varar::Core::Example
- Inherits:
-
Data
- Object
- Data
- Varar::Core::Example
- Defined in:
- lib/varar/core/ast.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#scope_stack ⇒ Object
readonly
Returns the value of attribute scope_stack.
-
#span ⇒ Object
readonly
Returns the value of attribute span.
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body
43 44 45 |
# File 'lib/varar/core/ast.rb', line 43 def body @body end |
#scope_stack ⇒ Object (readonly)
Returns the value of attribute scope_stack
43 44 45 |
# File 'lib/varar/core/ast.rb', line 43 def scope_stack @scope_stack end |
#span ⇒ Object (readonly)
Returns the value of attribute span
43 44 45 |
# File 'lib/varar/core/ast.rb', line 43 def span @span end |