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
72 73 74 75 |
# File 'lib/redox.rb', line 72 def connection Redox.configuration.token_expiry_padding = 60 if Redox.configuration.token_expiry_padding.nil? @connection ||= Connection.new end |
.release ⇒ Object
77 78 79 |
# File 'lib/redox.rb', line 77 def release @connection = nil end |