Class: Baha::ContainerOptions::Entrypoint

Inherits:
Cmd
  • Object
show all
Defined in:
lib/baha/container_options/entrypoint.rb

Constant Summary

Constants inherited from Option

Option::KEYS

Instance Attribute Summary

Attributes inherited from Option

#config_key, #key, #value

Instance Method Summary collapse

Methods inherited from Cmd

#apply, split_command, #validate!

Methods inherited from Option

#apply, #eql?, #inspect, #validate!

Constructor Details

#initialize(*args) ⇒ Entrypoint

Returns a new instance of Entrypoint.



5
6
7
# File 'lib/baha/container_options/entrypoint.rb', line 5

def initialize(*args)
  super('Entrypoint',*args)
end