Module: SmsKit::Config::ClassMethods
- Defined in:
- lib/sms_kit/config.rb
Instance Method Summary collapse
Instance Method Details
#config ⇒ Object
32 33 34 |
# File 'lib/sms_kit/config.rb', line 32 def config @config ||= Store.new end |
#configure {|config| ... } ⇒ Object
36 37 38 |
# File 'lib/sms_kit/config.rb', line 36 def configure yield config end |