Method: Objectify::Injector#config=

Defined in:
lib/objectify/injector.rb

#config=(value) ⇒ Object (writeonly)

Sets the attribute config

Parameters:

  • value

    the value to set the attribute config to.



7
8
9
# File 'lib/objectify/injector.rb', line 7

def config=(value)
  @config = value
end