mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 17:22:35 +00:00
12 lines
197 B
Ruby
12 lines
197 B
Ruby
class W3DHub
|
|
class ApplicationManager
|
|
class Importer < Task
|
|
def initialize(app_id, channel, path = nil)
|
|
super(app_id, channel)
|
|
|
|
@path = path
|
|
end
|
|
end
|
|
end
|
|
end
|