Class: Gemite::AST::TplIf
- Inherits:
-
Struct
- Object
- Struct
- Gemite::AST::TplIf
- Defined in:
- lib/gemite/ast.rb
Overview
branches: [[cond_ast, [tpl_node,...]], ...]
Instance Attribute Summary collapse
-
#branches ⇒ Object
Returns the value of attribute branches.
-
#else_body ⇒ Object
Returns the value of attribute else_body.
Instance Attribute Details
#branches ⇒ Object
Returns the value of attribute branches
39 40 41 |
# File 'lib/gemite/ast.rb', line 39 def branches @branches end |
#else_body ⇒ Object
Returns the value of attribute else_body
39 40 41 |
# File 'lib/gemite/ast.rb', line 39 def else_body @else_body end |