Class: Crunchbase::Config
- Inherits:
-
Object
- Object
- Crunchbase::Config
- Includes:
- Singleton
- Defined in:
- lib/crunchbase/config.rb
Overview
Config
Instance Attribute Summary collapse
-
#bulk_url ⇒ Object
Returns the value of attribute bulk_url.
-
#debug ⇒ Object
Returns the value of attribute debug.
-
#user_key ⇒ Object
Returns the value of attribute user_key.
Instance Attribute Details
#bulk_url ⇒ Object
Returns the value of attribute bulk_url.
10 11 12 |
# File 'lib/crunchbase/config.rb', line 10 def bulk_url @bulk_url end |
#debug ⇒ Object
Returns the value of attribute debug.
10 11 12 |
# File 'lib/crunchbase/config.rb', line 10 def debug @debug end |
#user_key ⇒ Object
Returns the value of attribute user_key.
10 11 12 |
# File 'lib/crunchbase/config.rb', line 10 def user_key @user_key end |