Class: Feat::Datafile::FlagSpec
- Inherits:
-
Struct
- Object
- Struct
- Feat::Datafile::FlagSpec
- Defined in:
- lib/feat/datafile.rb
Instance Attribute Summary collapse
-
#archived ⇒ Object
Returns the value of attribute archived.
-
#defaultBucketingContextKindKey ⇒ Object
Returns the value of attribute defaultBucketingContextKindKey.
-
#defaultRollout ⇒ Object
Returns the value of attribute defaultRollout.
-
#defaultVariationId ⇒ Object
Returns the value of attribute defaultVariationId.
-
#id ⇒ Object
Returns the value of attribute id.
-
#isEnabled ⇒ Object
Returns the value of attribute isEnabled.
-
#key ⇒ Object
Returns the value of attribute key.
-
#offVariationId ⇒ Object
Returns the value of attribute offVariationId.
-
#rules ⇒ Object
Returns the value of attribute rules.
-
#salt ⇒ Object
Returns the value of attribute salt.
-
#targets ⇒ Object
Returns the value of attribute targets.
-
#valueType ⇒ Object
Returns the value of attribute valueType.
-
#variations ⇒ Object
Returns the value of attribute variations.
Instance Attribute Details
#archived ⇒ Object
Returns the value of attribute archived
15 16 17 |
# File 'lib/feat/datafile.rb', line 15 def archived @archived end |
#defaultBucketingContextKindKey ⇒ Object
Returns the value of attribute defaultBucketingContextKindKey
15 16 17 |
# File 'lib/feat/datafile.rb', line 15 def defaultBucketingContextKindKey @defaultBucketingContextKindKey end |
#defaultRollout ⇒ Object
Returns the value of attribute defaultRollout
15 16 17 |
# File 'lib/feat/datafile.rb', line 15 def defaultRollout @defaultRollout end |
#defaultVariationId ⇒ Object
Returns the value of attribute defaultVariationId
15 16 17 |
# File 'lib/feat/datafile.rb', line 15 def defaultVariationId @defaultVariationId end |
#id ⇒ Object
Returns the value of attribute id
15 16 17 |
# File 'lib/feat/datafile.rb', line 15 def id @id end |
#isEnabled ⇒ Object
Returns the value of attribute isEnabled
15 16 17 |
# File 'lib/feat/datafile.rb', line 15 def isEnabled @isEnabled end |
#key ⇒ Object
Returns the value of attribute key
15 16 17 |
# File 'lib/feat/datafile.rb', line 15 def key @key end |
#offVariationId ⇒ Object
Returns the value of attribute offVariationId
15 16 17 |
# File 'lib/feat/datafile.rb', line 15 def offVariationId @offVariationId end |
#rules ⇒ Object
Returns the value of attribute rules
15 16 17 |
# File 'lib/feat/datafile.rb', line 15 def rules @rules end |
#salt ⇒ Object
Returns the value of attribute salt
15 16 17 |
# File 'lib/feat/datafile.rb', line 15 def salt @salt end |
#targets ⇒ Object
Returns the value of attribute targets
15 16 17 |
# File 'lib/feat/datafile.rb', line 15 def targets @targets end |
#valueType ⇒ Object
Returns the value of attribute valueType
15 16 17 |
# File 'lib/feat/datafile.rb', line 15 def valueType @valueType end |
#variations ⇒ Object
Returns the value of attribute variations
15 16 17 |
# File 'lib/feat/datafile.rb', line 15 def variations @variations end |