Method: Wework::Token::Base#initialize

Defined in:
lib/wework/token/base.rb

#initialize(client) ⇒ Base

Returns a new instance of Base.



6
7
8
9
# File 'lib/wework/token/base.rb', line 6

def initialize(client)
  @client = client
  raise RedisNotConfigException if redis.nil?
end