Class: Feat::Datafile::TargetSpec
- Inherits:
-
Struct
- Object
- Struct
- Feat::Datafile::TargetSpec
- Defined in:
- lib/feat/datafile.rb
Instance Attribute Summary collapse
-
#contextKey ⇒ Object
Returns the value of attribute contextKey.
-
#contextKindKey ⇒ Object
Returns the value of attribute contextKindKey.
-
#variationId ⇒ Object
Returns the value of attribute variationId.
Instance Attribute Details
#contextKey ⇒ Object
Returns the value of attribute contextKey
6 7 8 |
# File 'lib/feat/datafile.rb', line 6 def contextKey @contextKey end |
#contextKindKey ⇒ Object
Returns the value of attribute contextKindKey
6 7 8 |
# File 'lib/feat/datafile.rb', line 6 def contextKindKey @contextKindKey end |
#variationId ⇒ Object
Returns the value of attribute variationId
6 7 8 |
# File 'lib/feat/datafile.rb', line 6 def variationId @variationId end |