Module: Inko::Config

Defined in:
lib/inko/config.rb

Constant Summary collapse

ConfigFileName =

file name for credential information

File.expand_path('~') + '/.inkorc.yml'
VoiceActor =
yaml['voice_actor']
ConsumerKey =
yaml['consumer_key']
ConsumerSecret =
yaml['consumer_secret']
OAuthToken =
yaml['oauth_token']
OAuthSecret =
yaml['oauth_token_secret']