Class: ApnServer::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/apnserver/notification.rb

Class Attribute Summary collapse

Class Attribute Details

.hostObject

Returns the value of attribute host.



9
10
11
# File 'lib/apnserver/notification.rb', line 9

def host
  @host
end

.loggerObject

Returns the value of attribute logger.



9
10
11
# File 'lib/apnserver/notification.rb', line 9

def logger
  @logger
end

.passwordObject

Returns the value of attribute password.



9
10
11
# File 'lib/apnserver/notification.rb', line 9

def password
  @password
end

.pemObject

Returns the value of attribute pem.



9
10
11
# File 'lib/apnserver/notification.rb', line 9

def pem
  @pem
end

.portObject

Returns the value of attribute port.



9
10
11
# File 'lib/apnserver/notification.rb', line 9

def port
  @port
end