Class: TextCaptcha::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/text_captcha/config.rb

Class Attribute Summary collapse

Class Attribute Details

.answer_attrObject

Returns the value of attribute answer_attr.



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

def answer_attr
  @answer_attr
end

.challenge_attrObject

Returns the value of attribute challenge_attr.



9
10
11
# File 'lib/text_captcha/config.rb', line 9

def challenge_attr
  @challenge_attr
end

.enabledObject

Returns the value of attribute enabled.



8
9
10
# File 'lib/text_captcha/config.rb', line 8

def enabled
  @enabled
end