Class: Pushofy::SSLConnection
- Inherits:
-
Object
- Object
- Pushofy::SSLConnection
- Defined in:
- lib/pushofy/sslconnection.rb
Instance Attribute Summary collapse
-
#context ⇒ Object
Returns the value of attribute context.
-
#ssl_client ⇒ Object
Returns the value of attribute ssl_client.
-
#tcp_client ⇒ Object
Returns the value of attribute tcp_client.
Instance Method Summary collapse
-
#initialize ⇒ SSLConnection
constructor
A new instance of SSLConnection.
Constructor Details
#initialize ⇒ SSLConnection
Returns a new instance of SSLConnection.
6 7 |
# File 'lib/pushofy/sslconnection.rb', line 6 def initialize end |
Instance Attribute Details
#context ⇒ Object
Returns the value of attribute context.
5 6 7 |
# File 'lib/pushofy/sslconnection.rb', line 5 def context @context end |
#ssl_client ⇒ Object
Returns the value of attribute ssl_client.
5 6 7 |
# File 'lib/pushofy/sslconnection.rb', line 5 def ssl_client @ssl_client end |
#tcp_client ⇒ Object
Returns the value of attribute tcp_client.
5 6 7 |
# File 'lib/pushofy/sslconnection.rb', line 5 def tcp_client @tcp_client end |