Class: Rox::Core::Configuration
- Inherits:
-
Struct
- Object
- Struct
- Rox::Core::Configuration
- Defined in:
- lib/rox/core/configuration/configuration.rb
Instance Attribute Summary collapse
-
#experiments ⇒ Object
Returns the value of attribute experiments.
-
#signature_date ⇒ Object
Returns the value of attribute signature_date.
-
#target_groups ⇒ Object
Returns the value of attribute target_groups.
Instance Attribute Details
#experiments ⇒ Object
Returns the value of attribute experiments
3 4 5 |
# File 'lib/rox/core/configuration/configuration.rb', line 3 def experiments @experiments end |
#signature_date ⇒ Object
Returns the value of attribute signature_date
3 4 5 |
# File 'lib/rox/core/configuration/configuration.rb', line 3 def signature_date @signature_date end |
#target_groups ⇒ Object
Returns the value of attribute target_groups
3 4 5 |
# File 'lib/rox/core/configuration/configuration.rb', line 3 def target_groups @target_groups end |