abstract class GCF::CloudFunction
- GCF::CloudFunction
- Reference
- Object
Defined in:
gcf/cloud_function.crConstructors
Class Method Summary
Instance Method Summary
- #console : GCF::CloudFunction::Console
- #puts(msg)
- #redirect(permanent : Bool, url : String)
- #redirect(url : String)
- #run(params : JSON::Any = JSON.parse("{}"))
- #send(status : Int, text)
- #send(text)
- #send_file(status : Int, path : String)
- #send_file(data)