Class: DeathByCaptcha::Recaptcha::Response

Inherits:
Struct
  • Object
show all
Defined in:
lib/death_by_captcha/recaptcha.rb

Instance Attribute Summary collapse

Instance Attribute Details

#challengeObject

Returns the value of attribute challenge

Returns:

  • (Object)

    the current value of challenge



5
6
7
# File 'lib/death_by_captcha/recaptcha.rb', line 5

def challenge
  @challenge
end

#codeObject

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



5
6
7
# File 'lib/death_by_captcha/recaptcha.rb', line 5

def code
  @code
end