Class: Aliyun::Cloudpush::Config
- Inherits:
-
Object
- Object
- Aliyun::Cloudpush::Config
- Defined in:
- lib/aliyun/cloudpush/config.rb
Instance Attribute Summary collapse
-
#access_key_id ⇒ Object
Returns the value of attribute access_key_id.
-
#access_key_secret ⇒ Object
Returns the value of attribute access_key_secret.
-
#app_key ⇒ Object
Returns the value of attribute app_key.
Instance Attribute Details
#access_key_id ⇒ Object
Returns the value of attribute access_key_id.
28 29 30 |
# File 'lib/aliyun/cloudpush/config.rb', line 28 def access_key_id @access_key_id end |
#access_key_secret ⇒ Object
Returns the value of attribute access_key_secret.
28 29 30 |
# File 'lib/aliyun/cloudpush/config.rb', line 28 def access_key_secret @access_key_secret end |
#app_key ⇒ Object
Returns the value of attribute app_key.
28 29 30 |
# File 'lib/aliyun/cloudpush/config.rb', line 28 def app_key @app_key end |