Class: Feat::Datafile::RuleSpec

Inherits:
Struct
  • Object
show all
Defined in:
lib/feat/datafile.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bucketingContextKindKeyObject

Returns the value of attribute bucketingContextKindKey

Returns:

  • (Object)

    the current value of bucketingContextKindKey



11
12
13
# File 'lib/feat/datafile.rb', line 11

def bucketingContextKindKey
  @bucketingContextKindKey
end

#groupsObject

Returns the value of attribute groups

Returns:

  • (Object)

    the current value of groups



11
12
13
# File 'lib/feat/datafile.rb', line 11

def groups
  @groups
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



11
12
13
# File 'lib/feat/datafile.rb', line 11

def id
  @id
end

#rolloutObject

Returns the value of attribute rollout

Returns:

  • (Object)

    the current value of rollout



11
12
13
# File 'lib/feat/datafile.rb', line 11

def rollout
  @rollout
end

#variationIdObject

Returns the value of attribute variationId

Returns:

  • (Object)

    the current value of variationId



11
12
13
# File 'lib/feat/datafile.rb', line 11

def variationId
  @variationId
end