Class: GoogleRecaptcha::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#secret_keyObject

Returns the value of attribute secret_key.



19
20
21
# File 'lib/google_recaptcha.rb', line 19

def secret_key
  @secret_key
end

#site_keyObject

Returns the value of attribute site_key.



19
20
21
# File 'lib/google_recaptcha.rb', line 19

def site_key
  @site_key
end