Class: Rhoconnect::Iphone

Inherits:
Apple
  • Object
show all
Defined in:
lib/rhoconnect/ping/apple.rb

Overview

Deprecated - use Apple instead

Class Method Summary collapse

Methods inherited from Apple

apn_message

Class Method Details

.ping(params) ⇒ Object



74
75
76
77
# File 'lib/rhoconnect/ping/apple.rb', line 74

def self.ping(params)
  log "DEPRECATION WARNING: 'iphone' is a deprecated device_type, use 'apple' instead"
  super(params)
end