Method: UmengMsg.appkey

Defined in:
lib/umeng_msg.rb

.appkey(platform) ⇒ Object



22
23
24
# File 'lib/umeng_msg.rb', line 22

def self.appkey platform
  platform.downcase == 'ios' ? configuration.ios_appkey : configuration.android_appkey
end