Module: Absinthe::Distillery

Defined in:
lib/absinthe/distillery.rb,
lib/absinthe/distillery/context.rb,
lib/absinthe/distillery/source_loader.rb

Defined Under Namespace

Classes: Context, PluginNotFound, RootNamespace, SourceLoader, Warehouse

Class Method Summary collapse

Class Method Details

.configure(main_object) ⇒ Object



24
25
26
# File 'lib/absinthe/distillery.rb', line 24

def self.configure main_object
  @warehouse = Warehouse.new(main_object)
end

.root_contextObject



20
21
22
# File 'lib/absinthe/distillery.rb', line 20

def self.root_context
  @warehouse.root_context
end