class O3D3XX::ImagerProxy

This class encapsulates the XML-RPC imager access

Public Class Methods

new(proxy) click to toggle source
Calls superclass method XmlRPCBase::new
# File lib/o3d3xx/xmlrpc.rb, line 44
def initialize(proxy)
  config = proxy.getConfig()
  path = "com.ifm.efector/session_#{proxy.getSessionID()}/edit/application/imager_001" # On O3D3xx only imager_001 is available
  super(:host => config[:host], :port => config[:port], :path => path)
end