Module: DataDepo

Defined in:
lib/data_depo.rb,
lib/data_depo/query.rb,
lib/data_depo/loader.rb,
lib/data_depo/array_data.rb,
lib/data_depo/yaml_loader.rb

Defined Under Namespace

Classes: ArrayData, Loader, Query, YAMLLoader

Class Method Summary collapse

Class Method Details

.current_loaderObject



16
17
18
# File 'lib/data_depo.rb', line 16

def current_loader
  @loader = YAMLLoader
end

.definition_pathObject



12
13
14
# File 'lib/data_depo.rb', line 12

def definition_path
  @definition_paths
end

.definition_path=(paths) ⇒ Object



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

def definition_path=(paths)
  @definition_paths = Array(paths)
end