Sha256: ef2984fc234612d3f9bf477397ff310dbd29625c949dc5a3f30db1844525889e
Contents?: true
Size: 799 Bytes
Versions: 4
Compression:
Stored size: 799 Bytes
Contents
module SearchCraft class Configuration public def autorebuild?: () -> bool def debug: () -> bool def debug=: (bool) -> void def disable_autorebuild: () -> bool def disable_autorebuild=: (bool) -> void def disable_annotate: () -> bool def disable_annotate=: (bool) -> void def explicit_builder_classes: () -> Hash[String, String] def explicit_builder_classes=: (Hash[String, String]) -> void def explicit_builder_class_names: () -> Array[String] def explicit_builder_class_names=: (Array[String]) -> void def explicit_model_class_names: () -> Array[String] def explicit_model_class_names=: (Array[String]) -> void def view_hash_store_table_name: () -> String def view_hash_store_table_name=: (String) -> void end end
Version data entries
4 entries across 4 versions & 1 rubygems