Sha256: bf0199c13549b464503a695371d59e7b6cb3a3c1fe7c2763ab88748ed93fd9ad
Contents?: true
Size: 556 Bytes
Versions: 1
Compression:
Stored size: 556 Bytes
Contents
<h1> Ruby Local Bucketing Example </h1> <h3> Variable: </h3> <h5> bool-var: <% if @bool_var.value == true %> True <% else %> False <% end %></h5> <h5> string-var: <%= @string_var.value %></h5> <h5> integer-var: <%= @number_var.value %></h5> <h5> json-var: <pre><%= JSON.pretty_generate(@json_var.value) %></pre></h5> <h5> non-existant-var: <%= @non_existant_var.value %></h5> <h3> All Variables: </h3> <h5><pre><%= JSON.pretty_generate(@all_variables) %></pre></h5> <h3> All Features: </h3> <h5><pre><%= JSON.pretty_generate(@all_features) %></pre></h5>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
devcycle-ruby-server-sdk-2.0.0 | examples/local/local-bucketing-example/app/views/demo/index.html.erb |