Class: Ixintui::IosService
Class Method Summary
collapse
Methods inherited from Service
base_data, push, sign, validates
Class Method Details
.app_key ⇒ Object
7
8
9
|
# File 'lib/ixintui/ios_service.rb', line 7
def self.app_key
Ixintui.options[:ios_app_key]
end
|
.app_secret_key ⇒ Object
11
12
13
|
# File 'lib/ixintui/ios_service.rb', line 11
def self.app_secret_key
Ixintui.options[:ios_secret_key]
end
|
.server ⇒ Object
3
4
5
|
# File 'lib/ixintui/ios_service.rb', line 3
def self.server
'http://iosmis.ixintui.com:8200/push'
end
|