Class: Rox::Core::Configuration

Inherits:
Struct
  • Object
show all
Defined in:
lib/rox/core/configuration/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#experimentsObject

Returns the value of attribute experiments

Returns:

  • (Object)

    the current value of experiments



3
4
5
# File 'lib/rox/core/configuration/configuration.rb', line 3

def experiments
  @experiments
end

#signature_dateObject

Returns the value of attribute signature_date

Returns:

  • (Object)

    the current value of signature_date



3
4
5
# File 'lib/rox/core/configuration/configuration.rb', line 3

def signature_date
  @signature_date
end

#target_groupsObject

Returns the value of attribute target_groups

Returns:

  • (Object)

    the current value of target_groups



3
4
5
# File 'lib/rox/core/configuration/configuration.rb', line 3

def target_groups
  @target_groups
end