Class: NetLinx::Compile::Extension::APW

Inherits:
Object
  • Object
show all
Defined in:
lib/netlinx/compile/extension/apw.rb

Overview

Instructs netlinx-compile on how to process .apw NetLinx workspace files.

Class Method Summary collapse

Class Method Details

.get_handlerObject

: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