# File lib/puppet/provider/mcx/mcxcontent.rb, line 183 183: def content 184: ds_parms = get_dsparams 185: 186: mcx = self.class.mcxexport( 187: ds_parms[:ds_type], 188: 189: ds_parms[:ds_name]) 190: mcx 191: end