Module: BlommingApi::Config

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

Instance Method Summary collapse

Instance Method Details

#show_config_file_attributesObject



73
74
75
76
77
78
79
80
81
82
83
84
85
# File 'lib/blomming_api/config.rb', line 73

def show_config_file_attributes
  "\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