Class: Updox::UpdoxClient

Inherits:
Object
  • Object
show all
Defined in:
lib/updox.rb

Overview

Updox API client

Class Method Summary collapse

Class Method Details

.connectionObject



68
69
70
# File 'lib/updox.rb', line 68

def connection
  @connection ||= Connection.new
end

.releaseObject



72
73
74
# File 'lib/updox.rb', line 72

def release
  @connection = nil
end