Class: Rhoconnect::Iphone
Overview
Deprecated - use Apple instead
Class Method Summary collapse
Methods inherited from Apple
Class Method Details
.ping(params) ⇒ Object
52 53 54 55 |
# File 'lib/rhoconnect/ping/apple.rb', line 52 def self.ping(params) log "DEPRECATION WARNING: 'iphone' is a deprecated device_type, use 'apple' instead" super(params) end |