Class: Decaptcher::Recaptcha::Response
- Inherits:
-
Struct
- Object
- Struct
- Decaptcher::Recaptcha::Response
- Defined in:
- lib/decaptcher-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
9 10 11 |
# File 'lib/decaptcher-recaptcha.rb', line 9 def challenge @challenge end |
#code ⇒ Object
Returns the value of attribute code
9 10 11 |
# File 'lib/decaptcher-recaptcha.rb', line 9 def code @code end |