Method: APND::Settings::AppleConnection#host

Defined in:
lib/apnd/settings.rb

#hostObject

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