Class: Baidu::Push::Configuration
- Inherits:
-
Object
- Object
- Baidu::Push::Configuration
- Defined in:
- lib/baidu/push/configuration.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#secret_key ⇒ Object
Returns the value of attribute secret_key.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
4 5 6 |
# File 'lib/baidu/push/configuration.rb', line 4 def api_key @api_key end |
#secret_key ⇒ Object
Returns the value of attribute secret_key.
4 5 6 |
# File 'lib/baidu/push/configuration.rb', line 4 def secret_key @secret_key end |