# File lib/vagrant_cloud/version.rb, line 39
    def providers
      data['providers'].map { |data| Provider.new(self, data['name'], data) }
    end