Method: ChefApply::Config.location

Defined in:
lib/chef_apply/config.rb

.locationObject



78
79
80
# File 'lib/chef_apply/config.rb', line 78

def location
  using_default_location? ? default_location : @custom_location
end