Class: Yunpian::Captcha::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#app_idObject

Returns the value of attribute app_id



5
6
7
# File 'lib/yunpian/captcha.rb', line 5

def app_id
  @app_id
end

#exception_recorderObject

Returns the value of attribute exception_recorder



5
6
7
# File 'lib/yunpian/captcha.rb', line 5

def exception_recorder
  @exception_recorder
end

#loggerObject

Returns the value of attribute logger



5
6
7
# File 'lib/yunpian/captcha.rb', line 5

def logger
  @logger
end

#secret_idObject

Returns the value of attribute secret_id



5
6
7
# File 'lib/yunpian/captcha.rb', line 5

def secret_id
  @secret_id
end

#secret_keyObject

Returns the value of attribute secret_key



5
6
7
# File 'lib/yunpian/captcha.rb', line 5

def secret_key
  @secret_key
end