Class: OptKVPair
- Inherits:
-
Struct
- Object
- Struct
- OptKVPair
- Defined in:
- ext/extconf.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
11 12 13 |
# File 'ext/extconf.rb', line 11 def key @key end |
#value ⇒ Object
Returns the value of attribute value
11 12 13 |
# File 'ext/extconf.rb', line 11 def value @value end |