Method: Spider::App::ClassMethods#path

Defined in:
lib/spiderfw/app.rb

#pathString (readonly)

Returns filesystem path of the app.

Returns:

  • (String)

    filesystem path of the app



41
42
43
# File 'lib/spiderfw/app.rb', line 41

def path
  @path
end