class SolrMakr::Collection

Public Instance Methods

detect_if_managed?() click to toggle source
# File lib/solr_makr/collection.rb, line 8
def detect_if_managed?
  false
end
to_table_row() click to toggle source

@return [(String, Boolean)]

# File lib/solr_makr/collection.rb, line 13
def to_table_row
  [name, managed?]
end