Class: ApnServer::Config
- Inherits:
-
Object
- Object
- ApnServer::Config
- Defined in:
- lib/apnserver/notification.rb
Class Attribute Summary collapse
-
.host ⇒ Object
Returns the value of attribute host.
-
.logger ⇒ Object
Returns the value of attribute logger.
-
.password ⇒ Object
Returns the value of attribute password.
-
.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.
9 10 11 |
# File 'lib/apnserver/notification.rb', line 9 def host @host end |
.logger ⇒ Object
Returns the value of attribute logger.
9 10 11 |
# File 'lib/apnserver/notification.rb', line 9 def logger @logger end |
.password ⇒ Object
Returns the value of attribute password.
9 10 11 |
# File 'lib/apnserver/notification.rb', line 9 def password @password end |
.pem ⇒ Object
Returns the value of attribute pem.
9 10 11 |
# File 'lib/apnserver/notification.rb', line 9 def pem @pem end |
.port ⇒ Object
Returns the value of attribute port.
9 10 11 |
# File 'lib/apnserver/notification.rb', line 9 def port @port end |