Class: Gemite::AST::ForStmt

Inherits:
Struct
  • Object
show all
Defined in:
lib/gemite/ast.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



31
32
33
# File 'lib/gemite/ast.rb', line 31

def body
  @body
end

#iterableObject

Returns the value of attribute iterable

Returns:

  • (Object)

    the current value of iterable



31
32
33
# File 'lib/gemite/ast.rb', line 31

def iterable
  @iterable
end

#var_nameObject

Returns the value of attribute var_name

Returns:

  • (Object)

    the current value of var_name



31
32
33
# File 'lib/gemite/ast.rb', line 31

def var_name
  @var_name
end