Class: Moromi::Apns::Environment::Debug

Inherits:
Base
  • Object
show all
Defined in:
lib/moromi/apns/environment/debug.rb

Instance Method Summary collapse

Methods inherited from Base

#identifier

Instance Method Details

#keyObject



3
4
5
# File 'lib/moromi/apns/environment/debug.rb', line 3

def key
  :debug
end

#sandbox?Boolean

Returns:

  • (Boolean)


7
8
9
# File 'lib/moromi/apns/environment/debug.rb', line 7

def sandbox?
  true
end