Class: Feat::Datafile::RolloutVariation
- Inherits:
-
Struct
- Object
- Struct
- Feat::Datafile::RolloutVariation
- Defined in:
- lib/feat/datafile.rb
Instance Attribute Summary collapse
-
#variationId ⇒ Object
Returns the value of attribute variationId.
-
#weight ⇒ Object
Returns the value of attribute weight.
Instance Attribute Details
#variationId ⇒ Object
Returns the value of attribute variationId
9 10 11 |
# File 'lib/feat/datafile.rb', line 9 def variationId @variationId end |
#weight ⇒ Object
Returns the value of attribute weight
9 10 11 |
# File 'lib/feat/datafile.rb', line 9 def weight @weight end |