Class: SolrMakr::Collection

Inherits:
Object
  • Object
show all
Defined in:
lib/solr_makr/collection.rb

Instance Method Summary collapse

Instance Method Details

#detect_if_managed?Boolean

Returns:

  • (Boolean)


8
9
10
# File 'lib/solr_makr/collection.rb', line 8

def detect_if_managed?
  false
end

#to_table_row(String, Boolean)

Returns:

  • ((String, Boolean))


13
14
15
# File 'lib/solr_makr/collection.rb', line 13

def to_table_row
  [name, managed?]
end