Class: TencentSimpleSms::Config
- Inherits:
-
Object
- Object
- TencentSimpleSms::Config
- Defined in:
- lib/tencent_simple_sms/config.rb
Class Attribute Summary collapse
-
.app_id ⇒ Object
Returns the value of attribute app_id.
-
.secret_id ⇒ Object
Returns the value of attribute secret_id.
-
.secret_key ⇒ Object
Returns the value of attribute secret_key.
-
.sign ⇒ Object
Returns the value of attribute sign.
Class Method Summary collapse
Class Attribute Details
.app_id ⇒ Object
Returns the value of attribute app_id.
4 5 6 |
# File 'lib/tencent_simple_sms/config.rb', line 4 def app_id @app_id end |
.secret_id ⇒ Object
Returns the value of attribute secret_id.
4 5 6 |
# File 'lib/tencent_simple_sms/config.rb', line 4 def secret_id @secret_id end |
.secret_key ⇒ Object
Returns the value of attribute secret_key.
4 5 6 |
# File 'lib/tencent_simple_sms/config.rb', line 4 def secret_key @secret_key end |
.sign ⇒ Object
Returns the value of attribute sign.
4 5 6 |
# File 'lib/tencent_simple_sms/config.rb', line 4 def sign @sign end |
Class Method Details
.configure {|_self| ... } ⇒ Object
6 7 8 |
# File 'lib/tencent_simple_sms/config.rb', line 6 def configure yield self end |