Class: Redox::RedoxClient
- Inherits:
-
Object
- Object
- Redox::RedoxClient
- Defined in:
- lib/redox.rb
Overview
Redox API client
Class Method Summary collapse
Class Method Details
.connection ⇒ Object
85 86 87 88 |
# File 'lib/redox.rb', line 85 def connection Redox.configuration.token_expiry_padding = 60 if Redox.configuration.token_expiry_padding.nil? @connection ||= Connection.new end |
.release ⇒ Object
90 91 92 |
# File 'lib/redox.rb', line 90 def release @connection = nil end |