Class: Textcaptcha::Configuration
- Inherits:
-
Object
- Object
- Textcaptcha::Configuration
- Defined in:
- lib/textcaptcha/configuration.rb
Overview
Store the configuration values for Textcaptcha
Instance Attribute Summary collapse
-
#api_key ⇒ Object
-
api_key
- The API key that you received from textcaptcha.com.
-
Instance Attribute Details
#api_key ⇒ Object
-
api_key
- The API key that you received from textcaptcha.com
5 6 7 |
# File 'lib/textcaptcha/configuration.rb', line 5 def api_key @api_key end |