Class: OvirtSDK4::HttpTransfer
- Inherits:
-
Object
- Object
- OvirtSDK4::HttpTransfer
- Defined in:
- ext/ovirtsdk4c/ov_http_transfer.c
Instance Method Summary collapse
-
#inspect ⇒ Object
Define the methods:.
- #to_s ⇒ Object
Instance Method Details
#inspect ⇒ Object
Define the methods:
74 75 76 77 78 79 |
# File 'ext/ovirtsdk4c/ov_http_transfer.c', line 74
static VALUE ov_http_transfer_inspect(VALUE self) {
ov_http_transfer_object* ptr;
ov_http_transfer_ptr(self, ptr);
return rb_sprintf("#<%"PRIsVALUE":%p>", ov_http_transfer_class, ptr);
}
|
#to_s ⇒ Object
74 75 76 77 78 79 |
# File 'ext/ovirtsdk4c/ov_http_transfer.c', line 74
static VALUE ov_http_transfer_inspect(VALUE self) {
ov_http_transfer_object* ptr;
ov_http_transfer_ptr(self, ptr);
return rb_sprintf("#<%"PRIsVALUE":%p>", ov_http_transfer_class, ptr);
}
|