Class: CookbookFetcher::Config

Inherits:
Vagrant::Config::Base
  • Object
show all
Defined in:
lib/vagrant_cookbook_fetcher.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#disableObject

Returns the value of attribute disable.



6
7
8
# File 'lib/vagrant_cookbook_fetcher.rb', line 6

def disable
  @disable
end

#urlObject

Returns the value of attribute url.



5
6
7
# File 'lib/vagrant_cookbook_fetcher.rb', line 5

def url
  @url
end