Class: NeetoDeploy::CLI::Redis::Console

Inherits:
DynoConsoleManager show all
Includes:
Constants, Session
Defined in:
lib/neeto_deploy/cli/redis/console.rb

Constant Summary

Constants included from Constants

NeetoDeploy::CLI::Redis::Constants::AVAILABLE_REDIS_CONFIGS_TO_EDIT, NeetoDeploy::CLI::Redis::Constants::NEETO_DEPLOY_CLI_API_ADDONS_REDIS_URL

Instance Attribute Summary

Attributes inherited from DynoConsoleManager

#addon_name, #kind

Attributes inherited from Base

#ui

Instance Method Summary collapse

Methods included from Session

#common_body, require_app_option, #send_delete_request, #send_get_request, #send_patch_request, #send_post_request

Methods included from Constants

#available_configs_to_edit, #console_session_base_url, #redis_addon_url

Methods inherited from DynoConsoleManager

#process!

Methods inherited from Base

#create_config_dir

Constructor Details

#initialize(addon_name) ⇒ Console

Returns a new instance of Console.



15
16
17
18
# File 'lib/neeto_deploy/cli/redis/console.rb', line 15

def initialize(addon_name)
  super(addon_name)
  @kind = "neetodeploy-redis"
end