Class: BrandCaptcha::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#private_keyObject

Returns the value of attribute private_key

Returns:

  • (Object)

    the current value of private_key



4
5
6
# File 'lib/brand_captcha.rb', line 4

def private_key
  @private_key
end

#public_keyObject

Returns the value of attribute public_key

Returns:

  • (Object)

    the current value of public_key



4
5
6
# File 'lib/brand_captcha.rb', line 4

def public_key
  @public_key
end