Class: Cookbook::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/cookbook/configuration.rb

Overview

Cookbook Configuration

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

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.authorize_with = nil
end

Instance Attribute Details

#authorize_withObject

Returns the value of attribute authorize_with.



18
19
20
# File 'lib/cookbook/configuration.rb', line 18

def authorize_with
  @authorize_with
end

#include_cookbook_cssObject

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