Method: FunctionsFramework::Function#type

Defined in:
lib/functions_framework/function.rb

#typeSymbol (readonly)

Returns The function type.

Returns:

  • (Symbol)

    The function type



130
131
132
# File 'lib/functions_framework/function.rb', line 130

def type
  @type
end