Class: SFRP::Mono::Function::FType
- Inherits:
-
Struct
- Object
- Struct
- SFRP::Mono::Function::FType
- Defined in:
- lib/sfrp/mono/function.rb
Instance Attribute Summary collapse
-
#param_type_strs ⇒ Object
Returns the value of attribute param_type_strs.
-
#return_type_str ⇒ Object
Returns the value of attribute return_type_str.
Instance Attribute Details
#param_type_strs ⇒ Object
Returns the value of attribute param_type_strs
6 7 8 |
# File 'lib/sfrp/mono/function.rb', line 6 def param_type_strs @param_type_strs end |
#return_type_str ⇒ Object
Returns the value of attribute return_type_str
6 7 8 |
# File 'lib/sfrp/mono/function.rb', line 6 def return_type_str @return_type_str end |