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
83 84 85 |
# File 'lib/updox.rb', line 83 def connection @connection ||= Connection.new end |
.release ⇒ Object
87 88 89 |
# File 'lib/updox.rb', line 87 def release @connection = nil end |