class Google::Apis::AppengineV1::ApiEndpointHandler

Uses Google Cloud Endpoints to handle requests.

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_v1/classes.rb, line 79
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_v1/classes.rb, line 84
def update!(**args)
  @script_path = args[:script_path] if args.key?(:script_path)
end