Module: APNS
- Defined in:
- lib/mercurius/apns.rb,
lib/mercurius/apns/pem.rb,
lib/mercurius/apns/service.rb,
lib/mercurius/apns/connection.rb,
lib/mercurius/apns/notification.rb
Defined Under Namespace
Classes: Connection, Notification, Pem, Service
Class Attribute Summary collapse
-
.host ⇒ Object
Returns the value of attribute host.
-
.pem ⇒ Object
Returns the value of attribute pem.
-
.port ⇒ Object
Returns the value of attribute port.
Class Attribute Details
.host ⇒ Object
Returns the value of attribute host.
7 8 9 |
# File 'lib/mercurius/apns.rb', line 7 def host @host end |
.pem ⇒ Object
Returns the value of attribute pem.
7 8 9 |
# File 'lib/mercurius/apns.rb', line 7 def pem @pem end |
.port ⇒ Object
Returns the value of attribute port.
7 8 9 |
# File 'lib/mercurius/apns.rb', line 7 def port @port end |