Method: APND::Settings::AppleConnection#host
- Defined in:
- lib/apnd/settings.rb
#host ⇒ Object
Host used to connect to Apple
Development: gateway.sandbox.push.apple.com
Production: gateway.push.apple.com
18 19 20 |
# File 'lib/apnd/settings.rb', line 18 def host @host end |