Method: FunctionsFramework::Function#type
- Defined in:
- lib/functions_framework/function.rb
#type ⇒ Symbol (readonly)
Returns The function type.
130 131 132 |
# File 'lib/functions_framework/function.rb', line 130 def type @type end |