Class: DeathByCaptcha::Recaptcha::Response
- Inherits:
-
Struct
- Object
- Struct
- DeathByCaptcha::Recaptcha::Response
- Defined in:
- lib/death_by_captcha/recaptcha.rb
Instance Attribute Summary collapse
-
#challenge ⇒ Object
Returns the value of attribute challenge.
-
#code ⇒ Object
Returns the value of attribute code.
Instance Attribute Details
#challenge ⇒ Object
Returns the value of attribute challenge
5 6 7 |
# File 'lib/death_by_captcha/recaptcha.rb', line 5 def challenge @challenge end |
#code ⇒ Object
Returns the value of attribute code
5 6 7 |
# File 'lib/death_by_captcha/recaptcha.rb', line 5 def code @code end |