Module: MobPushConfig
- Defined in:
- lib/mobpush/config/mobpush_config.rb
Class Attribute Summary collapse
-
.appkey ⇒ Object
Returns the value of attribute appkey.
-
.appSecret ⇒ Object
Returns the value of attribute appSecret.
-
.baseUrl ⇒ Object
Returns the value of attribute baseUrl.
Class Attribute Details
.appkey ⇒ Object
Returns the value of attribute appkey.
7 8 9 |
# File 'lib/mobpush/config/mobpush_config.rb', line 7 def appkey @appkey end |
.appSecret ⇒ Object
Returns the value of attribute appSecret.
7 8 9 |
# File 'lib/mobpush/config/mobpush_config.rb', line 7 def appSecret @appSecret end |
.baseUrl ⇒ Object
Returns the value of attribute baseUrl.
7 8 9 |
# File 'lib/mobpush/config/mobpush_config.rb', line 7 def baseUrl @baseUrl end |