Class: CIM::Type
- Inherits:
-
Object
- Object
- CIM::Type
- Defined in:
- lib/genprovider/provider.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#to_cmpi ⇒ Object
26 27 28 29 30 31 32 33 |
# File 'lib/genprovider/provider.rb', line 26 def to_cmpi t = type a = "" if array? a = "A" end "Cmpi::#{t}#{a}" end |