Class: Applinks::Config
- Inherits:
-
Object
- Object
- Applinks::Config
- Defined in:
- lib/applinks/config.rb
Constant Summary collapse
- @@configuration =
Applinks::Config.new
Instance Attribute Summary collapse
-
#debug ⇒ Object
Returns the value of attribute debug.
Class Method Summary collapse
Instance Attribute Details
#debug ⇒ Object
Returns the value of attribute debug.
3 4 5 |
# File 'lib/applinks/config.rb', line 3 def debug @debug end |
Class Method Details
.config {|@@configuration| ... } ⇒ Object
6 7 8 9 |
# File 'lib/applinks/config.rb', line 6 def self.config yield @@configuration if block_given? @@configuration end |