Class: ConfigCat::KeyValue
- Inherits:
-
Struct
- Object
- Struct
- ConfigCat::KeyValue
- Defined in:
- lib/configcat/configcatclient.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
14 15 16 |
# File 'lib/configcat/configcatclient.rb', line 14 def key @key end |
#value ⇒ Object
Returns the value of attribute value
14 15 16 |
# File 'lib/configcat/configcatclient.rb', line 14 def value @value end |