Class: Google::Cloud::AppEngine::V1::ScriptHandler

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#script_path::String

Returns Path to the script from the application root directory.

Returns:

  • (::String)

    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