Class: Envoi::Mam::Agent::CLI
- Inherits:
-
Object
- Object
- Envoi::Mam::Agent::CLI
- Defined in:
- lib/envoi/mam/agent/cli.rb
Constant Summary collapse
- CONFIG_FILE_PATHS =
[ './envoi-mam-agent-config.json', '~/envoi-mam-agent-config.json', ]
Instance Attribute Summary collapse
-
#initial_args ⇒ Object
Returns the value of attribute initial_args.
-
#logger ⇒ Object
Returns the value of attribute logger.
Instance Method Summary collapse
-
#initialize(*args) ⇒ CLI
constructor
A new instance of CLI.
- #parse_arguments ⇒ Object
Constructor Details
Instance Attribute Details
#initial_args ⇒ Object
Returns the value of attribute initial_args.
17 18 19 |
# File 'lib/envoi/mam/agent/cli.rb', line 17 def initial_args @initial_args end |
#logger ⇒ Object
Returns the value of attribute logger.
17 18 19 |
# File 'lib/envoi/mam/agent/cli.rb', line 17 def logger @logger end |
Instance Method Details
#parse_arguments ⇒ Object
23 24 25 |
# File 'lib/envoi/mam/agent/cli.rb', line 23 def parse_arguments end |