Class: FlagDash::Detail

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

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



9
10
11
# File 'lib/flagdash.rb', line 9

def key
  @key
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



9
10
11
# File 'lib/flagdash.rb', line 9

def reason
  @reason
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



9
10
11
# File 'lib/flagdash.rb', line 9

def value
  @value
end

#variation_keyObject

Returns the value of attribute variation_key

Returns:

  • (Object)

    the current value of variation_key



9
10
11
# File 'lib/flagdash.rb', line 9

def variation_key
  @variation_key
end