Class: MilkTea::AST::ProcType
- Inherits:
-
Data
- Object
- Data
- MilkTea::AST::ProcType
- Defined in:
- lib/milk_tea/core/ast.rb
Instance Attribute Summary collapse
-
#params ⇒ Object
readonly
Returns the value of attribute params.
-
#return_type ⇒ Object
readonly
Returns the value of attribute return_type.
Instance Attribute Details
#params ⇒ Object (readonly)
Returns the value of attribute params
44 45 46 |
# File 'lib/milk_tea/core/ast.rb', line 44 def params @params end |
#return_type ⇒ Object (readonly)
Returns the value of attribute return_type
44 45 46 |
# File 'lib/milk_tea/core/ast.rb', line 44 def return_type @return_type end |