Class: Manifestly::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



21
22
23
# File 'lib/manifestly.rb', line 21

def initialize
  reset!
end

Instance Attribute Details

#cached_repos_root_dirObject

Returns the value of attribute cached_repos_root_dir.



19
20
21
# File 'lib/manifestly.rb', line 19

def cached_repos_root_dir
  @cached_repos_root_dir
end

Instance Method Details

#reset!Object



25
26
27
# File 'lib/manifestly.rb', line 25

def reset!
  @cached_repos_root_dir = '.'
end