Class: Textcaptcha::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/textcaptcha/configuration.rb

Overview

Store the configuration values for Textcaptcha

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

  • 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