Class: AlchemyCrm::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/alchemy_crm/config.rb

Class Method Summary collapse

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

.showObject



9
10
11
# File 'lib/alchemy_crm/config.rb', line 9

def self.show
  read_file
end