Method: TcServer::Installations#initialize
- Defined in:
- lib/vas/tc_server/installations.rb
#initialize(location, client) ⇒ Installations
Returns a new instance of Installations.
23 24 25 |
# File 'lib/vas/tc_server/installations.rb', line 23 def initialize(location, client) super(location, client, Installation) end |