lib/ff/ruby/server/generated/lib/openapi_client/models/variation.rb in ff-ruby-server-sdk-1.2.1 vs lib/ff/ruby/server/generated/lib/openapi_client/models/variation.rb in ff-ruby-server-sdk-1.3.1

- old
+ new

@@ -12,16 +12,21 @@ require 'date' require 'time' module OpenapiClient + # A variation of a flag that can be returned to a target class Variation + # The unique identifier for the variation attr_accessor :identifier + # The variation value to serve such as true or false for a boolean flag attr_accessor :value + # The user friendly name of the variation attr_accessor :name + # A description of the variation attr_accessor :description # Attribute mapping from ruby-style variable name to JSON key. def self.attribute_map {