Method: RHC::Commands::Base#config=
- Defined in:
- lib/rhc/commands/base.rb
#config=(value) ⇒ Object
Sets the attribute config
12 13 14 |
# File 'lib/rhc/commands/base.rb', line 12 def config=(value) @config = value end |
Sets the attribute config
12 13 14 |
# File 'lib/rhc/commands/base.rb', line 12 def config=(value) @config = value end |