Class: Updox::UpdoxClient
- Inherits:
-
Object
- Object
- Updox::UpdoxClient
- Defined in:
- lib/updox.rb
Overview
Updox API client
Class Method Summary collapse
Class Method Details
.connection ⇒ Object
56 57 58 |
# File 'lib/updox.rb', line 56 def connection @connection ||= Connection.new end |
.release ⇒ Object
60 61 62 |
# File 'lib/updox.rb', line 60 def release @connection = nil end |