Installing the SDK
Ruby SDK Installation
To integrate the Wingify Feature Experimentation SDK into your Ruby project, you must first install the SDK through a package manager for Ruby. Wingify FE Ruby SDK can be installed using rubygems.
Requirements
Ruby Version2.6 onwards
Installation
Run the following command in your project directory:
gem install wingify-fme-ruby-sdkThis command will download and install the Wingify FE SDK and its dependencies in your project.
Import the SDK
Now, you're ready to initialize and use the SDK in your Ruby application.
Source Code
| Language | Repository |
|---|---|
| Ruby | https://github.com/wingify/vwo-fme-ruby-sdk |
The FE SDK code is available in various languages on GitHub. All the SDKs published under Wingify Organization on GitHub are licensed under Apache 2.0 License (c) Wingify Pvt. Ltd. 2024-2026.
Updated about 1 month ago
Did this page help you?