lib/ff/ruby/server/sdk/dto/target.rb in ff-ruby-server-sdk-1.1.3 vs lib/ff/ruby/server/sdk/dto/target.rb in ff-ruby-server-sdk-1.1.4
- old
+ new
@@ -10,10 +10,10 @@
is_private = false
)
@name = name
@identifier = identifier
- @attributes = attributes
+ @attributes = attributes == nil ? {} : attributes.transform_keys(&:to_sym)
@is_private = is_private
@private_attributes = Set[]
end
def is_valid
\ No newline at end of file