Class: Notifiable::Apns::Apnotic::Async
- Inherits:
-
NotifierBase
- Object
- NotifierBase
- Notifiable::Apns::Apnotic::Async
- Defined in:
- lib/notifiable/apns/apnotic/async.rb
Instance Attribute Summary collapse
-
#bundle_id ⇒ Object
readonly
Returns the value of attribute bundle_id.
-
#certificate ⇒ Object
readonly
Returns the value of attribute certificate.
-
#passphrase ⇒ Object
readonly
Returns the value of attribute passphrase.
Instance Method Summary collapse
Instance Attribute Details
#bundle_id ⇒ Object (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 |
#certificate ⇒ Object (readonly)
Returns the value of attribute certificate.
12 13 14 |
# File 'lib/notifiable/apns/apnotic/async.rb', line 12 def certificate @certificate end |
#passphrase ⇒ Object (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
14 15 16 |
# File 'lib/notifiable/apns/apnotic/async.rb', line 14 def sandbox? @sandbox == "1" end |