Class: Ixintui::AndroidService
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/android_service.rb', line 7
def self.app_key
Ixintui.options[:android_app_key]
end
|
.app_secret_key ⇒ Object
11
12
13
|
# File 'lib/ixintui/android_service.rb', line 11
def self.app_secret_key
Ixintui.options[:android_secret_key]
end
|
.server ⇒ Object
3
4
5
|
# File 'lib/ixintui/android_service.rb', line 3
def self.server
'http://androidmis.ixintui.com:8001/push'
end
|