# File lib/fog/rackspace/models/monitoring/checks.rb, line 13 def all(options={}) requires :entity data = service.list_checks(entity.identity, options).body self.marker = data['metadata']['next_marker'] load(data['values']) end