Class: Yapt::Config

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(project_path) ⇒ Config

Returns a new instance of Config.



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

def initialize(project_path)
  @project_path = project_path
end

Instance Attribute Details

#project_pathObject (readonly)

Returns the value of attribute project_path.



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

def project_path
  @project_path
end