Class: OptKVPair

Inherits:
Struct
  • Object
show all
Defined in:
ext/extconf.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • the current value of key



8
9
10
# File 'ext/extconf.rb', line 8

def key
  @key
end

#valueObject

Returns the value of attribute value

Returns:

  • the current value of value



8
9
10
# File 'ext/extconf.rb', line 8

def value
  @value
end