Class: EcsDeployCli::DSL::Cron::Container

Inherits:
EcsDeployCli::DSL::Container show all
Defined in:
lib/ecs_deploy_cli/dsl/cron.rb

Instance Method Summary collapse

Methods inherited from EcsDeployCli::DSL::Container

#cloudwatch_logs, #command, #env, #expose, #initialize, #load_envs, #memory, #merge, #secret

Methods included from AutoOptions

#_options, #method_missing

Constructor Details

This class inherits a constructor from EcsDeployCli::DSL::Container

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class EcsDeployCli::DSL::AutoOptions

Instance Method Details

#as_definitionObject



98
99
100
# File 'lib/ecs_deploy_cli/dsl/cron.rb', line 98

def as_definition
  _options.to_h
end