Class: Shipeasy::SDK::FlagsClient::FlagDetail
- Inherits:
-
Struct
- Object
- Struct
- Shipeasy::SDK::FlagsClient::FlagDetail
- Defined in:
- lib/shipeasy/sdk/flags_client.rb
Overview
Flag evaluation with the reason the value was reached. :value is the boolean result; :reason is one of the REASON_* constants below.
Instance Attribute Summary collapse
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#reason ⇒ Object
Returns the value of attribute reason
160 161 162 |
# File 'lib/shipeasy/sdk/flags_client.rb', line 160 def reason @reason end |
#value ⇒ Object
Returns the value of attribute value
160 161 162 |
# File 'lib/shipeasy/sdk/flags_client.rb', line 160 def value @value end |