Class: DataWorks::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/data_works/config.rb

Class Method Summary collapse

Class Method Details

.autocreated_children=(hash) ⇒ Object



13
14
15
# File 'lib/data_works/config.rb', line 13

def self.autocreated_children=(hash)
  Relationships.autocreated_children = hash
end

.necessary_parents=(hash) ⇒ Object



9
10
11
# File 'lib/data_works/config.rb', line 9

def self.necessary_parents=(hash)
  Relationships.necessary_parents = hash
end