Method: RHC::Commands::Base#config=

Defined in:
lib/rhc/commands/base.rb

#config=(value) ⇒ Object

Sets the attribute config

Parameters:

  • value

    the value to set the attribute config to.



12
13
14
# File 'lib/rhc/commands/base.rb', line 12

def config=(value)
  @config = value
end