Module: BlommingApi::Config

Included in:
Client
Defined in:
lib/blomming_api/config.rb

Instance Method Summary collapse

Instance Method Details

#config_propertiesObject



76
77
78
79
80
81
82
83
84
85
86
87
88
89
# File 'lib/blomming_api/config.rb', line 76

def config_properties
  "\n           config file: #@config_file\n" +   
  "           description: #@description\n" +   
  "              services: #@services\n" + 
  "              username: #@username\n"  +
  "              password: #@password\n" + 
  "             client_id: #@client_id\n" + 
  "         client_secret: #@client_secret\n" + 
  "                domain: #@domain\n" +
  "      default_currency: #@currency\n" + 
  "        default_locale: #@locale\n" +
  "survive_on_fatal_error: #@survive_on_fatal_error\n"  +
  "         retry_seconds: #@retry_seconds\n\n"  
end