Class: Gemite::AST::ForStmt
- Inherits:
-
Struct
- Object
- Struct
- Gemite::AST::ForStmt
- Defined in:
- lib/gemite/ast.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#iterable ⇒ Object
Returns the value of attribute iterable.
-
#var_name ⇒ Object
Returns the value of attribute var_name.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
31 32 33 |
# File 'lib/gemite/ast.rb', line 31 def body @body end |
#iterable ⇒ Object
Returns the value of attribute iterable
31 32 33 |
# File 'lib/gemite/ast.rb', line 31 def iterable @iterable end |
#var_name ⇒ Object
Returns the value of attribute var_name
31 32 33 |
# File 'lib/gemite/ast.rb', line 31 def var_name @var_name end |