Class: Xtify::Config
- Inherits:
-
Object
- Object
- Xtify::Config
- Defined in:
- lib/xtify/config.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#app_key_gcm ⇒ Object
Returns the value of attribute app_key_gcm.
-
#app_key_ios ⇒ Object
Returns the value of attribute app_key_ios.
-
#verbose ⇒ Object
Returns the value of attribute verbose.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
3 4 5 |
# File 'lib/xtify/config.rb', line 3 def api_key @api_key end |
#app_key_gcm ⇒ Object
Returns the value of attribute app_key_gcm.
3 4 5 |
# File 'lib/xtify/config.rb', line 3 def app_key_gcm @app_key_gcm end |
#app_key_ios ⇒ Object
Returns the value of attribute app_key_ios.
3 4 5 |
# File 'lib/xtify/config.rb', line 3 def app_key_ios @app_key_ios end |
#verbose ⇒ Object
Returns the value of attribute verbose.
3 4 5 |
# File 'lib/xtify/config.rb', line 3 def verbose @verbose end |