class
Build::Commands::Login
- Build::Commands::Login
- Build::Commands::Base
- Athena::Console::Command
- Reference
- Object
Defined in:
commands/login.crInstance Method Summary
-
#execute(input : ACON::Input::Interface, output : ACON::Output::Interface) : ACON::Command::Status
Executes the command with the provided input and output, returning the status of the invocation via
ACON::Command::Status.
Instance methods inherited from class Build::Commands::Base
api : Build::DefaultApi
api,
default_region : String
default_region,
execute(input : ACON::Input::Interface, output : ACON::Output::Interface) : Athena::Console::Command::Status
execute,
token : String | Nil
token
Instance Method Detail
def execute(input : ACON::Input::Interface, output : ACON::Output::Interface) : ACON::Command::Status
#
Description copied from class Athena::Console::Command
Executes the command with the provided input and output, returning the status of the invocation via ACON::Command::Status.
This method MUST be defined and implement the business logic for the command.