Class: Oselvar::Var::Core::Example

Inherits:
Data
  • Object
show all
Defined in:
lib/oselvar/var/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



44
45
46
# File 'lib/oselvar/var/core/ast.rb', line 44

def body
  @body
end

#scope_stackObject (readonly)

Returns the value of attribute scope_stack

Returns:

  • (Object)

    the current value of scope_stack



44
45
46
# File 'lib/oselvar/var/core/ast.rb', line 44

def scope_stack
  @scope_stack
end

#spanObject (readonly)

Returns the value of attribute span

Returns:

  • (Object)

    the current value of span



44
45
46
# File 'lib/oselvar/var/core/ast.rb', line 44

def span
  @span
end