Class: Optimizely::CmabCacheValue
- Inherits:
-
Struct
- Object
- Struct
- Optimizely::CmabCacheValue
- Defined in:
- lib/optimizely/cmab/cmab_service.rb
Instance Attribute Summary collapse
-
#attributes_hash ⇒ Object
Returns the value of attribute attributes_hash.
-
#cmab_uuid ⇒ Object
Returns the value of attribute cmab_uuid.
-
#variation_id ⇒ Object
Returns the value of attribute variation_id.
Instance Attribute Details
#attributes_hash ⇒ Object
Returns the value of attribute attributes_hash
28 29 30 |
# File 'lib/optimizely/cmab/cmab_service.rb', line 28 def attributes_hash @attributes_hash end |
#cmab_uuid ⇒ Object
Returns the value of attribute cmab_uuid
28 29 30 |
# File 'lib/optimizely/cmab/cmab_service.rb', line 28 def cmab_uuid @cmab_uuid end |
#variation_id ⇒ Object
Returns the value of attribute variation_id
28 29 30 |
# File 'lib/optimizely/cmab/cmab_service.rb', line 28 def variation_id @variation_id end |