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
86 87 88 89 |
# File 'lib/redox.rb', line 86 def connection Redox.configuration.token_expiry_padding = 60 if Redox.configuration.token_expiry_padding.nil? @connection ||= Connection.new end |
.release ⇒ Object
91 92 93 |
# File 'lib/redox.rb', line 91 def release @connection = nil end |