class O3D3XX::NetworkProxy
This class encapsulates the XML-RPC network configuration settings
Public Class Methods
new(proxy)
click to toggle source
Calls superclass method
XmlRPCBase::new
# File lib/o3d3xx/xmlrpc.rb, line 25 def initialize(proxy) config = proxy.getConfig() path = "com.ifm.efector/session_#{proxy.getSessionID()}/edit/device/network/" super(:host => config[:host], :port => config[:port], :path => path) end