Class: Jade::Symbol::FunctionType
- Inherits:
-
Data
- Object
- Data
- Jade::Symbol::FunctionType
- Includes:
- Base
- Defined in:
- lib/jade/symbol/function_type.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.
Method Summary
Methods included from Base
#constructor_refs, #qualified_name
Instance Attribute Details
#params ⇒ Object (readonly)
Returns the value of attribute params
3 4 5 |
# File 'lib/jade/symbol/function_type.rb', line 3 def params @params end |
#return_type ⇒ Object (readonly)
Returns the value of attribute return_type
3 4 5 |
# File 'lib/jade/symbol/function_type.rb', line 3 def return_type @return_type end |