Method: Featureflow.client

Defined in:
lib/featureflow.rb

.clientObject Also known as: featureflow



28
29
30
# File 'lib/featureflow.rb', line 28

def client
  @client ||= Featureflow::Client.new(configuration)
end