Method: Curl::PostField#local_file
- Defined in:
- ext/curb_postfield.c
#local_file ⇒ Object
Get the POST field local filename for this PostField (when performing a file upload).
371 372 373 |
# File 'ext/curb_postfield.c', line 371 static VALUE ruby_curl_postfield_local_file_get(VALUE self) { CURB_OBJECT_GETTER(ruby_curl_postfield, local_file); } |