Module: Encryptbot
- Defined in:
- lib/encryptbot.rb,
lib/encryptbot/cert.rb,
lib/encryptbot/heroku.rb,
lib/encryptbot/version.rb,
lib/encryptbot/exceptions.rb,
lib/encryptbot/configuration.rb,
lib/encryptbot/services/route53.rb
Defined Under Namespace
Modules: Error, Services Classes: Cert, Configuration, Heroku
Constant Summary collapse
- VERSION =
"0.1.9"
Class Attribute Summary collapse
-
.configuration ⇒ Object
Returns the value of attribute configuration.
Class Method Summary collapse
Class Attribute Details
.configuration ⇒ Object
Returns the value of attribute configuration.
13 14 15 |
# File 'lib/encryptbot.rb', line 13 def configuration @configuration end |
Class Method Details
.configure {|configuration| ... } ⇒ Object
16 17 18 19 |
# File 'lib/encryptbot.rb', line 16 def self.configure self.configuration ||= Configuration.new yield(configuration) if block_given? end |