Class: Caboose::AbValue

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/caboose/ab_value.rb

Instance Method Summary collapse

Instance Method Details

#keyvalObject



8
9
10
# File 'app/models/caboose/ab_value.rb', line 8

def keyval
  return "#{ab_variant.analytics_name}=#{ab_option_id}"
end