Method: Zype::Configuration#initialize
- Defined in:
- lib/zype/configuration.rb
#initialize ⇒ Configuration
Returns a new instance of Configuration.
5 6 7 8 9 10 11 12 |
# File 'lib/zype/configuration.rb', line 5 def initialize @api_key = nil @app_key = nil @host = 'https://api.zype.com' @player_host = 'https://player.zype.com' @login_host = 'https://login.zype.com' @analytics_host = 'https://analytics.zype.com/v2' end |