Method: TcServer::Applications#initialize

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

#initialize(location, client) ⇒ Applications

:nodoc:



22
23
24
# File 'lib/vas/tc_server/applications.rb', line 22

def initialize(location, client) #:nodoc:
  super(location, client, "applications", Application)
end