Class: Xtify::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/xtify/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

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_gcmObject

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_iosObject

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

#verboseObject

Returns the value of attribute verbose.



3
4
5
# File 'lib/xtify/config.rb', line 3

def verbose
  @verbose
end