Class: Gemite::AST::FunctionDef
- Inherits:
-
Struct
- Object
- Struct
- Gemite::AST::FunctionDef
- Defined in:
- lib/gemite/ast.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#name ⇒ Object
Returns the value of attribute name.
-
#params ⇒ Object
Returns the value of attribute params.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
26 27 28 |
# File 'lib/gemite/ast.rb', line 26 def body @body end |
#name ⇒ Object
Returns the value of attribute name
26 27 28 |
# File 'lib/gemite/ast.rb', line 26 def name @name end |
#params ⇒ Object
Returns the value of attribute params
26 27 28 |
# File 'lib/gemite/ast.rb', line 26 def params @params end |