Class: Ab::NullTest

Inherits:
Object
  • Object
show all
Includes:
MissingVariant
Defined in:
lib/ab/null_test.rb

Instance Method Summary collapse

Methods included from MissingVariant

#method_missing, #respond_to_missing?

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Ab::MissingVariant

Instance Method Details

#end_atObject



12
13
14
# File 'lib/ab/null_test.rb', line 12

def end_at
  Test::DEFAULT_END_AT
end

#start_atObject



8
9
10
# File 'lib/ab/null_test.rb', line 8

def start_at
  Test::DEFAULT_START_AT
end

#variantObject



5
6
# File 'lib/ab/null_test.rb', line 5

def variant
end