Method: TcServer::Application#context_path

Defined in:
lib/vas/tc_server/applications.rb

#context_pathString (readonly)

Returns the application’s context path.

Returns:

  • (String)

    the application’s context path



50
51
52
# File 'lib/vas/tc_server/applications.rb', line 50

def context_path
  @context_path
end