Method: MotionPrime::Config#store

Defined in:
motion-prime/config/config.rb

#store(key, value) ⇒ Object Also known as: []=



13
14
15
# File 'motion-prime/config/config.rb', line 13

def store(key, value)
  @attributes[key.to_sym] = value
end