Class: Pushofy::SSLConnection

Inherits:
Object
  • Object
show all
Defined in:
lib/pushofy/sslconnection.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeSSLConnection

Returns a new instance of SSLConnection.



6
7
# File 'lib/pushofy/sslconnection.rb', line 6

def initialize
end

Instance Attribute Details

#contextObject

Returns the value of attribute context.



5
6
7
# File 'lib/pushofy/sslconnection.rb', line 5

def context
  @context
end

#ssl_clientObject

Returns the value of attribute ssl_client.



5
6
7
# File 'lib/pushofy/sslconnection.rb', line 5

def ssl_client
  @ssl_client
end

#tcp_clientObject

Returns the value of attribute tcp_client.



5
6
7
# File 'lib/pushofy/sslconnection.rb', line 5

def tcp_client
  @tcp_client
end