# File lib/fog/aws/models/sns/topics.rb, line 9 def all data = service.list_topics.body["Topics"].map { |t| {"id" => t} } #This is an array, but it needs to be an array of hashes for #load load(data) end