Class: Rhoconnect::Iphone
Overview
Deprecated - use Apple instead
Class Method Summary collapse
Methods inherited from Apple
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 |