Module: Climatic::Proxy
- Defined in:
- lib/climatic/proxy.rb
Instance Method Summary collapse
- #command_line_manager ⇒ Object
- #config ⇒ Object
- #help ⇒ Object
- #logger ⇒ Object
- #puts_and_logs(*args) ⇒ Object
Instance Method Details
#command_line_manager ⇒ Object
13 14 15 |
# File 'lib/climatic/proxy.rb', line 13 def command_line_manager config.command_line_layer.command_line_manager end |
#config ⇒ Object
5 6 7 |
# File 'lib/climatic/proxy.rb', line 5 def config Climatic.config end |
#help ⇒ Object
17 18 19 |
# File 'lib/climatic/proxy.rb', line 17 def help config.command_line_layer.help end |
#logger ⇒ Object
9 10 11 |
# File 'lib/climatic/proxy.rb', line 9 def logger Climatic.logger end |
#puts_and_logs(*args) ⇒ Object
21 22 23 |
# File 'lib/climatic/proxy.rb', line 21 def puts_and_logs(*args) Climatic.logger.puts_and_logs *args end |