class Google::Apis::AppengineV1beta4::ScriptHandler

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

Attributes

script_path[RW]

Specifies the 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 generated/google/apis/appengine_v1beta4/classes.rb, line 878
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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