Class: FlagDash::Detail
- Inherits:
-
Struct
- Object
- Struct
- FlagDash::Detail
- Defined in:
- lib/flagdash.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#value ⇒ Object
Returns the value of attribute value.
-
#variation_key ⇒ Object
Returns the value of attribute variation_key.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
9 10 11 |
# File 'lib/flagdash.rb', line 9 def key @key end |
#reason ⇒ Object
Returns the value of attribute reason
9 10 11 |
# File 'lib/flagdash.rb', line 9 def reason @reason end |
#value ⇒ Object
Returns the value of attribute value
9 10 11 |
# File 'lib/flagdash.rb', line 9 def value @value end |
#variation_key ⇒ Object
Returns the value of attribute variation_key
9 10 11 |
# File 'lib/flagdash.rb', line 9 def variation_key @variation_key end |