Class: Feat::Datafile::FlagSpec

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

Instance Attribute Summary collapse

Instance Attribute Details

#archivedObject

Returns the value of attribute archived

Returns:

  • (Object)

    the current value of archived



15
16
17
# File 'lib/feat/datafile.rb', line 15

def archived
  @archived
end

#defaultBucketingContextKindKeyObject

Returns the value of attribute defaultBucketingContextKindKey

Returns:

  • (Object)

    the current value of defaultBucketingContextKindKey



15
16
17
# File 'lib/feat/datafile.rb', line 15

def defaultBucketingContextKindKey
  @defaultBucketingContextKindKey
end

#defaultRolloutObject

Returns the value of attribute defaultRollout

Returns:

  • (Object)

    the current value of defaultRollout



15
16
17
# File 'lib/feat/datafile.rb', line 15

def defaultRollout
  @defaultRollout
end

#defaultVariationIdObject

Returns the value of attribute defaultVariationId

Returns:

  • (Object)

    the current value of defaultVariationId



15
16
17
# File 'lib/feat/datafile.rb', line 15

def defaultVariationId
  @defaultVariationId
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



15
16
17
# File 'lib/feat/datafile.rb', line 15

def id
  @id
end

#isEnabledObject

Returns the value of attribute isEnabled

Returns:

  • (Object)

    the current value of isEnabled



15
16
17
# File 'lib/feat/datafile.rb', line 15

def isEnabled
  @isEnabled
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



15
16
17
# File 'lib/feat/datafile.rb', line 15

def key
  @key
end

#offVariationIdObject

Returns the value of attribute offVariationId

Returns:

  • (Object)

    the current value of offVariationId



15
16
17
# File 'lib/feat/datafile.rb', line 15

def offVariationId
  @offVariationId
end

#rulesObject

Returns the value of attribute rules

Returns:

  • (Object)

    the current value of rules



15
16
17
# File 'lib/feat/datafile.rb', line 15

def rules
  @rules
end

#saltObject

Returns the value of attribute salt

Returns:

  • (Object)

    the current value of salt



15
16
17
# File 'lib/feat/datafile.rb', line 15

def salt
  @salt
end

#targetsObject

Returns the value of attribute targets

Returns:

  • (Object)

    the current value of targets



15
16
17
# File 'lib/feat/datafile.rb', line 15

def targets
  @targets
end

#valueTypeObject

Returns the value of attribute valueType

Returns:

  • (Object)

    the current value of valueType



15
16
17
# File 'lib/feat/datafile.rb', line 15

def valueType
  @valueType
end

#variationsObject

Returns the value of attribute variations

Returns:

  • (Object)

    the current value of variations



15
16
17
# File 'lib/feat/datafile.rb', line 15

def variations
  @variations
end