Class: Cmpi::CMPIEnumeration

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

Overview

Proxy of C Cmpi::CMPIEnumeration struct

Instance Method Summary collapse

Instance Method Details

#eachObject



392
393
394
395
396
# File 'lib/cmpi.rb', line 392

def each
  while has_next
	yield next_element
  end
end