Class: NetLinx::Compile::Extension::APW
- Inherits:
-
Object
- Object
- NetLinx::Compile::Extension::APW
- Defined in:
- lib/netlinx/compile/extension/apw.rb
Overview
Instructs netlinx-compile on how to process .apw NetLinx workspace files.
Class Method Summary collapse
-
.get_handler ⇒ Object
:nodoc:.
Class Method Details
.get_handler ⇒ Object
:nodoc:
13 14 15 16 17 18 |
# File 'lib/netlinx/compile/extension/apw.rb', line 13 def self.get_handler handler = NetLinx::Compile::ExtensionHandler.new \ extensions: ['apw'], is_a_workspace: true, handler_class: NetLinx::Workspace end |