# File lib/fog/rackspace/models/orchestration/stack.rb, line 12
        def details
          service.show_stack_details(self.stack_name, self.id).body['stack']
        rescue Fog::Rackspace::Orchestration::NotFound
          nil
        end