Module: NeetoDeploy::CLI::AutoscalingConfig::Constants
- Included in:
- List
- Defined in:
- lib/neeto_deploy/cli/autoscaling_config/constants.rb
Instance Method Summary collapse
Instance Method Details
#autoscaling_configs_url(app_slug) ⇒ Object
7 8 9 |
# File 'lib/neeto_deploy/cli/autoscaling_config/constants.rb', line 7 def autoscaling_configs_url(app_slug) "#{NEETO_DEPLOY_CLI_API_BASE_URL}/autoscaling_configs/#{app_slug}" end |