Class: Cookbook::Configuration
- Inherits:
-
Object
- Object
- Cookbook::Configuration
- Defined in:
- lib/cookbook/configuration.rb
Overview
Cookbook Configuration
Instance Attribute Summary collapse
-
#authorize_with ⇒ Object
Returns the value of attribute authorize_with.
-
#include_cookbook_css ⇒ Object
Returns the value of attribute include_cookbook_css.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
23 24 25 26 |
# File 'lib/cookbook/configuration.rb', line 23 def initialize self.include_cookbook_css = false self. = nil end |
Instance Attribute Details
#authorize_with ⇒ Object
Returns the value of attribute authorize_with.
18 19 20 |
# File 'lib/cookbook/configuration.rb', line 18 def @authorize_with end |
#include_cookbook_css ⇒ Object
Returns the value of attribute include_cookbook_css.
18 19 20 |
# File 'lib/cookbook/configuration.rb', line 18 def include_cookbook_css @include_cookbook_css end |