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



83
84
85
# File 'lib/updox.rb', line 83

def connection
  @connection ||= Connection.new
end

.releaseObject



87
88
89
# File 'lib/updox.rb', line 87

def release
  @connection = nil
end