Class: Ixintui::IosService

Inherits:
Service
  • Object
show all
Defined in:
lib/ixintui/ios_service.rb

Class Method Summary collapse

Methods inherited from Service

base_data, push, sign, validates

Class Method Details

.app_keyObject



7
8
9
# File 'lib/ixintui/ios_service.rb', line 7

def self.app_key
  Ixintui.options[:ios_app_key]
end

.app_secret_keyObject



11
12
13
# File 'lib/ixintui/ios_service.rb', line 11

def self.app_secret_key
  Ixintui.options[:ios_secret_key]
end

.serverObject



3
4
5
# File 'lib/ixintui/ios_service.rb', line 3

def self.server
  'http://iosmis.ixintui.com:8200/push'
end