Class: Trellodon::CLI
- Inherits:
-
Object
- Object
- Trellodon::CLI
- Defined in:
- lib/trellodon/cli.rb
Defined Under Namespace
Instance Attribute Summary collapse
-
#logger ⇒ Object
readonly
Returns the value of attribute logger.
-
#scheduler ⇒ Object
readonly
Returns the value of attribute scheduler.
Instance Method Summary collapse
-
#initialize ⇒ CLI
constructor
A new instance of CLI.
- #run ⇒ Object
Constructor Details
Instance Attribute Details
#logger ⇒ Object (readonly)
Returns the value of attribute logger.
121 122 123 |
# File 'lib/trellodon/cli.rb', line 121 def logger @logger end |
#scheduler ⇒ Object (readonly)
Returns the value of attribute scheduler.
121 122 123 |
# File 'lib/trellodon/cli.rb', line 121 def scheduler @scheduler end |