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
80 81 82 |
# File 'lib/updox.rb', line 80 def connection @connection ||= Connection.new end |
.release ⇒ Object
84 85 86 |
# File 'lib/updox.rb', line 84 def release @connection = nil end |