class Google::Apis::AppengineV1beta4::ApiEndpointHandler
Use Google Cloud Endpoints to handle requests.
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 897 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 902 def update!(**args) @script_path = args[:script_path] if args.key?(:script_path) end