Class: Notifiable::Apns::Apnotic::Async

Inherits:
NotifierBase
  • Object
show all
Defined in:
lib/notifiable/apns/apnotic/async.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#bundle_idObject (readonly)

Returns the value of attribute bundle_id.



12
13
14
# File 'lib/notifiable/apns/apnotic/async.rb', line 12

def bundle_id
  @bundle_id
end

#certificateObject (readonly)

Returns the value of attribute certificate.



12
13
14
# File 'lib/notifiable/apns/apnotic/async.rb', line 12

def certificate
  @certificate
end

#passphraseObject (readonly)

Returns the value of attribute passphrase.



12
13
14
# File 'lib/notifiable/apns/apnotic/async.rb', line 12

def passphrase
  @passphrase
end

Instance Method Details

#sandbox?Boolean

Returns:

  • (Boolean)


14
15
16
# File 'lib/notifiable/apns/apnotic/async.rb', line 14

def sandbox?
  @sandbox == "1"
end