Object
# File lib/genprovider/provider.rb, line 26 def to_cmpi t = type a = "" if array? a = "A" end "Cmpi::#{t}#{a}" end