class O3D3XX::ApplicationProxy
This class encapsulates the XML-RPC application access
Public Class Methods
new(proxy)
click to toggle source
Calls superclass method
XmlRPCBase::new
# File lib/o3d3xx/xmlrpc.rb, line 54 def initialize(proxy) config = proxy.getConfig() path = "com.ifm.efector/session_#{proxy.getSessionID()}/edit/application/" super(:host => config[:host], :port => config[:port], :path => path) @img_proxy = O3D3xx::ImagerProxy.new(proxy) end
Public Instance Methods
getImagerProxy()
click to toggle source
# File lib/o3d3xx/xmlrpc.rb, line 61 def getImagerProxy() @img_proxy end