Class: Google::Apis::AppengineV1::Entrypoint

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/appengine_v1/classes.rb,
generated/google/apis/appengine_v1/representations.rb,
generated/google/apis/appengine_v1/representations.rb

Overview

The entrypoint for the application.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Entrypoint

Returns a new instance of Entrypoint.



880
881
882
# File 'generated/google/apis/appengine_v1/classes.rb', line 880

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#shellString

The format should be a shell command that can be fed to bash -c. Corresponds to the JSON property shell

Returns:

  • (String)


878
879
880
# File 'generated/google/apis/appengine_v1/classes.rb', line 878

def shell
  @shell
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



885
886
887
# File 'generated/google/apis/appengine_v1/classes.rb', line 885

def update!(**args)
  @shell = args[:shell] if args.key?(:shell)
end