Module: Imgur
- Defined in:
- lib/imgur.rb,
lib/imgur/version.rb
Defined Under Namespace
Classes: Configuration
Constant Summary collapse
- VERSION =
"0.0.4"
Class Attribute Summary collapse
-
.config ⇒ Object
Returns the value of attribute config.
Class Method Summary collapse
Class Attribute Details
.config ⇒ Object
Returns the value of attribute config.
17 18 19 |
# File 'lib/imgur.rb', line 17 def config @config end |
Class Method Details
.configure {|config| ... } ⇒ Object
20 21 22 23 |
# File 'lib/imgur.rb', line 20 def self.configure self.config ||= Configuration.new yield(config) end |