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.



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

def host
  @host
end

.passwordObject

Returns the value of attribute password.



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

def password
  @password
end

.pemObject

Returns the value of attribute pem.



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

def pem
  @pem
end

.portObject

Returns the value of attribute port.



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

def port
  @port
end