Class: Varar::Core::Example

Inherits:
Data
  • Object
show all
Defined in:
lib/varar/core/ast.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



43
44
45
# File 'lib/varar/core/ast.rb', line 43

def body
  @body
end

#scope_stackObject (readonly)

Returns the value of attribute scope_stack

Returns:

  • (Object)

    the current value of scope_stack



43
44
45
# File 'lib/varar/core/ast.rb', line 43

def scope_stack
  @scope_stack
end

#spanObject (readonly)

Returns the value of attribute span

Returns:

  • (Object)

    the current value of span



43
44
45
# File 'lib/varar/core/ast.rb', line 43

def span
  @span
end