class Google::Apis::AppengineV1beta::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_v1beta/classes.rb, line 967 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 972 def update!(**args) @shell = args[:shell] if args.key?(:shell) end