Class: Google::Cloud::AppEngine::V1::ScriptHandler
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::ScriptHandler
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/app_yaml.rb
Overview
Executes a script to handle the request that matches the URL pattern.
Instance Attribute Summary collapse
-
#script_path ⇒ ::String
Path to the script from the application root directory.
Instance Attribute Details
#script_path ⇒ ::String
Returns Path to the script from the application root directory.
195 196 197 198 |
# File 'proto_docs/google/appengine/v1/app_yaml.rb', line 195 class ScriptHandler include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |