Class: Yunpian::Captcha::Configuration
- Inherits:
-
Struct
- Object
- Struct
- Yunpian::Captcha::Configuration
- Defined in:
- lib/yunpian/captcha.rb
Instance Attribute Summary collapse
-
#app_id ⇒ Object
Returns the value of attribute app_id.
-
#exception_recorder ⇒ Object
Returns the value of attribute exception_recorder.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#secret_id ⇒ Object
Returns the value of attribute secret_id.
-
#secret_key ⇒ Object
Returns the value of attribute secret_key.
Instance Attribute Details
#app_id ⇒ Object
Returns the value of attribute app_id
5 6 7 |
# File 'lib/yunpian/captcha.rb', line 5 def app_id @app_id end |
#exception_recorder ⇒ Object
Returns the value of attribute exception_recorder
5 6 7 |
# File 'lib/yunpian/captcha.rb', line 5 def exception_recorder @exception_recorder end |
#logger ⇒ Object
Returns the value of attribute logger
5 6 7 |
# File 'lib/yunpian/captcha.rb', line 5 def logger @logger end |
#secret_id ⇒ Object
Returns the value of attribute secret_id
5 6 7 |
# File 'lib/yunpian/captcha.rb', line 5 def secret_id @secret_id end |
#secret_key ⇒ Object
Returns the value of attribute secret_key
5 6 7 |
# File 'lib/yunpian/captcha.rb', line 5 def secret_key @secret_key end |