Class: Crunchbase::Config

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/crunchbase/config.rb

Overview

Config

Instance Attribute Summary collapse

Instance Attribute Details

#bulk_urlObject

Returns the value of attribute bulk_url.



10
11
12
# File 'lib/crunchbase/config.rb', line 10

def bulk_url
  @bulk_url
end

#debugObject

Returns the value of attribute debug.



10
11
12
# File 'lib/crunchbase/config.rb', line 10

def debug
  @debug
end

#user_keyObject

Returns the value of attribute user_key.



10
11
12
# File 'lib/crunchbase/config.rb', line 10

def user_key
  @user_key
end