Class: Prof::TestApp

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(opts = {}) ⇒ TestApp

Returns a new instance of TestApp.



13
14
15
# File 'lib/prof/test_app.rb', line 13

def initialize(opts = {})
  @path = opts.fetch(:path)
end

Instance Attribute Details

#pathObject (readonly)

Returns the value of attribute path.



17
18
19
# File 'lib/prof/test_app.rb', line 17

def path
  @path
end