Class: SFRP::Mono::Function::FType

Inherits:
Struct
  • Object
show all
Defined in:
lib/sfrp/mono/function.rb

Instance Attribute Summary collapse

Instance Attribute Details

#param_type_strsObject

Returns the value of attribute param_type_strs

Returns:

  • (Object)

    the current value of param_type_strs



6
7
8
# File 'lib/sfrp/mono/function.rb', line 6

def param_type_strs
  @param_type_strs
end

#return_type_strObject

Returns the value of attribute return_type_str

Returns:

  • (Object)

    the current value of return_type_str



6
7
8
# File 'lib/sfrp/mono/function.rb', line 6

def return_type_str
  @return_type_str
end