class Google::Apis::AppengineV1beta::ScriptHandler

Executes a script to handle the request that matches the URL pattern.

Attributes

script_path[RW]

Path to the script from the application root directory. Corresponds to the JSON property `scriptPath` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/appengine_v1beta/classes.rb, line 2537
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/appengine_v1beta/classes.rb, line 2542
def update!(**args)
  @script_path = args[:script_path] if args.key?(:script_path)
end