Class: CookbookFetcherConfig

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.



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

def disable
  @disable
end

#urlObject

Returns the value of attribute url.



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

def url
  @url
end