Module: EcsDeployCli::DSL::AutoOptions::ClassMethods
- Defined in:
- lib/ecs_deploy_cli/dsl/auto_options.rb
Instance Method Summary collapse
Instance Method Details
#_allowed_options ⇒ Object
13 14 15 |
# File 'lib/ecs_deploy_cli/dsl/auto_options.rb', line 13 def @allowed_options ||= [] end |
#allowed_options(*value) ⇒ Object
9 10 11 |
# File 'lib/ecs_deploy_cli/dsl/auto_options.rb', line 9 def (*value) @allowed_options = value end |