class Variant

Public Instance Methods

chance_weight() click to toggle source
# File lib/ab/variant.rb, line 2
def chance_weight
  hash['chance_weight']
end
name() click to toggle source
# File lib/ab/variant.rb, line 6
def name
  hash['name']
end