Method: Curl::PostField#remote_file
- Defined in:
- ext/curb_postfield.c
#local_file ⇒ Object
Get the POST field remote filename for this PostField (when performing a file upload).
396 397 398 |
# File 'ext/curb_postfield.c', line 396 static VALUE ruby_curl_postfield_remote_file_get(VALUE self) { CURB_OBJECT_GETTER(ruby_curl_postfield, remote_file); } |