Method: Curl::PostField#content
- Defined in:
- ext/curb_postfield.c
#content ⇒ Object
Obtain the POST field content for this PostField.
328 329 330 |
# File 'ext/curb_postfield.c', line 328 static VALUE ruby_curl_postfield_content_get(VALUE self) { CURB_OBJECT_GETTER(ruby_curl_postfield, content); } |