Method: Unipush::WinPhone_push#initialize
- Defined in:
- lib/unipush.rb
#initialize ⇒ WinPhone_push
Returns a new instance of WinPhone_push.
347 348 349 350 351 352 353 354 355 |
# File 'lib/unipush.rb', line 347 def initialize @client_id = nil @client_secret = nil @auth_token_url = 'https://login.live.com/accesstoken.srf' @access_token = nil @last_error = [] end |