Class: Oselvar::Var::Core::Example
- Inherits:
-
Data
- Object
- Data
- Oselvar::Var::Core::Example
- Defined in:
- lib/oselvar/var/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
44 45 46 |
# File 'lib/oselvar/var/core/ast.rb', line 44 def body @body end |
#scope_stack ⇒ Object (readonly)
Returns the value of attribute scope_stack
44 45 46 |
# File 'lib/oselvar/var/core/ast.rb', line 44 def scope_stack @scope_stack end |
#span ⇒ Object (readonly)
Returns the value of attribute span
44 45 46 |
# File 'lib/oselvar/var/core/ast.rb', line 44 def span @span end |