Class: Gemite::AST::TplFor

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



40
41
42
# File 'lib/gemite/ast.rb', line 40

def body
  @body
end

#iterableObject

Returns the value of attribute iterable

Returns:

  • (Object)

    the current value of iterable



40
41
42
# File 'lib/gemite/ast.rb', line 40

def iterable
  @iterable
end

#var_nameObject

Returns the value of attribute var_name

Returns:

  • (Object)

    the current value of var_name



40
41
42
# File 'lib/gemite/ast.rb', line 40

def var_name
  @var_name
end