class Google::Apis::AppengineV1::Entrypoint

The entrypoint for the application.

Attributes

shell[RW]

The format should be a shell command that can be fed to bash -c. Corresponds to the JSON property `shell` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/appengine_v1/classes.rb, line 888
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 893
def update!(**args)
  @shell = args[:shell] if args.key?(:shell)
end