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



56
57
58
# File 'lib/updox.rb', line 56

def connection
  @connection ||= Connection.new
end

.releaseObject



60
61
62
# File 'lib/updox.rb', line 60

def release
  @connection = nil
end