Class: Vericred::Connection
- Inherits:
-
Object
- Object
- Vericred::Connection
- Includes:
- Celluloid
- Defined in:
- lib/vericred/connection.rb
Instance Method Summary collapse
-
#initialize ⇒ Connection
constructor
A new instance of Connection.
Constructor Details
#initialize ⇒ Connection
Returns a new instance of Connection.
5 6 7 |
# File 'lib/vericred/connection.rb', line 5 def initialize @connection = HTTPClient.new end |