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



80
81
82
# File 'lib/updox.rb', line 80

def connection
  @connection ||= Connection.new
end

.releaseObject



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

def release
  @connection = nil
end