206 207 208 209
# File 'lib/opsmgr/api/results.rb', line 206 def stemcell stemcell_hash = manifest_hash.fetch('resource_pools').first.fetch('stemcell') Stemcell.new(stemcell_hash.fetch('name'), stemcell_hash.fetch('version')) end