Class: Feat::Datafile::RuleSpec
- Inherits:
-
Struct
- Object
- Struct
- Feat::Datafile::RuleSpec
- Defined in:
- lib/feat/datafile.rb
Instance Attribute Summary collapse
-
#bucketingContextKindKey ⇒ Object
Returns the value of attribute bucketingContextKindKey.
-
#groups ⇒ Object
Returns the value of attribute groups.
-
#id ⇒ Object
Returns the value of attribute id.
-
#rollout ⇒ Object
Returns the value of attribute rollout.
-
#variationId ⇒ Object
Returns the value of attribute variationId.
Instance Attribute Details
#bucketingContextKindKey ⇒ Object
Returns the value of attribute bucketingContextKindKey
11 12 13 |
# File 'lib/feat/datafile.rb', line 11 def bucketingContextKindKey @bucketingContextKindKey end |
#groups ⇒ Object
Returns the value of attribute groups
11 12 13 |
# File 'lib/feat/datafile.rb', line 11 def groups @groups end |
#id ⇒ Object
Returns the value of attribute id
11 12 13 |
# File 'lib/feat/datafile.rb', line 11 def id @id end |
#rollout ⇒ Object
Returns the value of attribute rollout
11 12 13 |
# File 'lib/feat/datafile.rb', line 11 def rollout @rollout end |
#variationId ⇒ Object
Returns the value of attribute variationId
11 12 13 |
# File 'lib/feat/datafile.rb', line 11 def variationId @variationId end |