Class: AlchemyCrm::Config
- Inherits:
-
Object
- Object
- AlchemyCrm::Config
- Defined in:
- lib/alchemy_crm/config.rb
Class Method Summary collapse
-
.get(name) ⇒ Object
Returns the configuration for given parameter.
- .show ⇒ Object
Class Method Details
.get(name) ⇒ Object
Returns the configuration for given parameter
5 6 7 |
# File 'lib/alchemy_crm/config.rb', line 5 def self.get(name) read_file[name.to_s] end |
.show ⇒ Object
9 10 11 |
# File 'lib/alchemy_crm/config.rb', line 9 def self.show read_file end |