Class: Jade::Symbol::FunctionType

Inherits:
Data
  • Object
show all
Includes:
Base
Defined in:
lib/jade/symbol/function_type.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Base

#constructor_refs, #qualified_name

Instance Attribute Details

#paramsObject (readonly)

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



3
4
5
# File 'lib/jade/symbol/function_type.rb', line 3

def params
  @params
end

#return_typeObject (readonly)

Returns the value of attribute return_type

Returns:

  • (Object)

    the current value of return_type



3
4
5
# File 'lib/jade/symbol/function_type.rb', line 3

def return_type
  @return_type
end