# File lib/fog/cloudstack/requests/compute/list_service_offerings.rb, line 9
        def list_service_offerings(options={})
          options.merge!(
            'command' => 'listServiceOfferings'
          )
          
          request(options)
        end