Class: Feat::Datafile::ContextKindSpec
- Inherits:
-
Struct
- Object
- Struct
- Feat::Datafile::ContextKindSpec
- Defined in:
- lib/feat/datafile.rb
Instance Attribute Summary collapse
-
#availableForExperiments ⇒ Object
Returns the value of attribute availableForExperiments.
-
#availableForRules ⇒ Object
Returns the value of attribute availableForRules.
-
#key ⇒ Object
Returns the value of attribute key.
Instance Attribute Details
#availableForExperiments ⇒ Object
Returns the value of attribute availableForExperiments
23 24 25 |
# File 'lib/feat/datafile.rb', line 23 def availableForExperiments @availableForExperiments end |
#availableForRules ⇒ Object
Returns the value of attribute availableForRules
23 24 25 |
# File 'lib/feat/datafile.rb', line 23 def availableForRules @availableForRules end |
#key ⇒ Object
Returns the value of attribute key
23 24 25 |
# File 'lib/feat/datafile.rb', line 23 def key @key end |