Class: ABSmartlyConfig
- Inherits:
-
Object
- Object
- ABSmartlyConfig
- Defined in:
- lib/a_b_smartly_config.rb
Instance Attribute Summary collapse
-
#audience_deserializer ⇒ Object
Returns the value of attribute audience_deserializer.
-
#client ⇒ Object
Returns the value of attribute client.
-
#context_data_provider ⇒ Object
Returns the value of attribute context_data_provider.
-
#context_event_handler ⇒ Object
Returns the value of attribute context_event_handler.
-
#context_event_logger ⇒ Object
Returns the value of attribute context_event_logger.
-
#scheduler ⇒ Object
Returns the value of attribute scheduler.
-
#variable_parser ⇒ Object
Returns the value of attribute variable_parser.
Class Method Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#audience_deserializer ⇒ Object
Returns the value of attribute audience_deserializer.
4 5 6 |
# File 'lib/a_b_smartly_config.rb', line 4 def audience_deserializer @audience_deserializer end |
#client ⇒ Object
Returns the value of attribute client.
4 5 6 |
# File 'lib/a_b_smartly_config.rb', line 4 def client @client end |
#context_data_provider ⇒ Object
Returns the value of attribute context_data_provider.
4 5 6 |
# File 'lib/a_b_smartly_config.rb', line 4 def context_data_provider @context_data_provider end |
#context_event_handler ⇒ Object
Returns the value of attribute context_event_handler.
4 5 6 |
# File 'lib/a_b_smartly_config.rb', line 4 def context_event_handler @context_event_handler end |
#context_event_logger ⇒ Object
Returns the value of attribute context_event_logger.
4 5 6 |
# File 'lib/a_b_smartly_config.rb', line 4 def context_event_logger @context_event_logger end |
#scheduler ⇒ Object
Returns the value of attribute scheduler.
4 5 6 |
# File 'lib/a_b_smartly_config.rb', line 4 def scheduler @scheduler end |
#variable_parser ⇒ Object
Returns the value of attribute variable_parser.
4 5 6 |
# File 'lib/a_b_smartly_config.rb', line 4 def variable_parser @variable_parser end |
Class Method Details
.create ⇒ Object
7 8 9 |
# File 'lib/a_b_smartly_config.rb', line 7 def self.create ABSmartlyConfig.new end |
Instance Method Details
#context_data_provide ⇒ Object
21 22 23 |
# File 'lib/a_b_smartly_config.rb', line 21 def context_data_provide @context_event_handler end |