Class: Cmpi::CMPIStatus

Inherits:
Object
  • Object
show all
Defined in:
lib/cmpi.rb,
ext/cmpi-bindings/cmpi_wrap.c

Overview

Proxy of C Cmpi::CMPIStatus struct

Instance Method Summary collapse

Instance Method Details

#to_sObject



418
419
420
# File 'lib/cmpi.rb', line 418

def to_s
  (rc == 0) ? "Ok" : "#{rc}:#{msg}"
end