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
68 69 70 |
# File 'lib/updox.rb', line 68 def connection @connection ||= Connection.new end |
.release ⇒ Object
72 73 74 |
# File 'lib/updox.rb', line 72 def release @connection = nil end |