Method: Curl::PostField#name
- Defined in:
- ext/curb_postfield.c
#name ⇒ Object
Obtain the POST field name for this PostField.
306 307 308 |
# File 'ext/curb_postfield.c', line 306 static VALUE ruby_curl_postfield_name_get(VALUE self) { CURB_OBJECT_GETTER(ruby_curl_postfield, name); } |