lib/solr_cloud/configset.rb in solr_cloud-connection-0.5.0 vs lib/solr_cloud/configset.rb in solr_cloud-connection-0.6.0
- old
+ new
@@ -5,10 +5,9 @@
module SolrCloud
# A configset can't do much by itself, other than try to delete itself and
# throw an error if that's an illegal operation (because a collection is
# using it)
class Configset
-
# @return [String] the name of this configset
attr_reader :name
# @return [Connection] the connection object used to build this configset object
attr_reader :connection