dmacvicar / ruby-sfcc

ruby bindings for sblim client
MIT License
6 stars 6 forks source link

Provide Class property and qualifier data as CIMData #7

Closed kkaempf closed 12 years ago

kkaempf commented 12 years ago

Working with class information requires exposure of property and qualifier value and type. The previous implementation only provided value (CIMCValue), which is NULL for most properties.

This pull request add Cim::Data to expose the underlying CMCIData representation of property and qualifiers, including type information.