Class: AbTests::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/ab_tests.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



21
22
23
# File 'lib/ab_tests.rb', line 21

def initialize
  @unique_identifier = :unique_identifier
end

Instance Attribute Details

#unique_identifierObject

Returns the value of attribute unique_identifier.



19
20
21
# File 'lib/ab_tests.rb', line 19

def unique_identifier
  @unique_identifier
end