Class: LeccaClient::Configuration
- Inherits:
-
Object
- Object
- LeccaClient::Configuration
- Defined in:
- lib/lecca_client/configuration.rb
Instance Attribute Summary collapse
-
#config_file_path ⇒ Object
Returns the value of attribute config_file_path.
-
#environment ⇒ Object
Returns the value of attribute environment.
-
#logger ⇒ Object
Returns the value of attribute logger.
Instance Method Summary collapse
Instance Attribute Details
#config_file_path ⇒ Object
Returns the value of attribute config_file_path.
6 7 8 |
# File 'lib/lecca_client/configuration.rb', line 6 def config_file_path @config_file_path end |
#environment ⇒ Object
Returns the value of attribute environment.
6 7 8 |
# File 'lib/lecca_client/configuration.rb', line 6 def environment @environment end |
#logger ⇒ Object
Returns the value of attribute logger.
6 7 8 |
# File 'lib/lecca_client/configuration.rb', line 6 def logger @logger end |
Instance Method Details
#ftp ⇒ Object
16 17 18 |
# File 'lib/lecca_client/configuration.rb', line 16 def ftp config['ftp'] end |
#proposal ⇒ Object
20 21 22 |
# File 'lib/lecca_client/configuration.rb', line 20 def proposal config['proposal'] end |