Class: OvirtSDK4::HttpTransfer

Inherits:
Object
  • Object
show all
Defined in:
ext/ovirtsdk4c/ov_http_transfer.c

Instance Method Summary collapse

Instance Method Details

#inspectObject

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_sObject



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);
}