class ApiElementProxy(pyro_api: Pyro5.api.Proxy, pool_id: str)#

Provides a proxy object for an API element.

Parameters:
pyro_apiPyro5.api.Proxy

Pyro5 proxy object for interacting with the Rocky app.

pool_idint

ID of the API element.

__getattr__(attr_name: str) object#
classmethod serialize(obj: ApiElementProxy) dict#

Serialize a proxy object of the API element.

Parameters:
objAny

Object to serialize.

Returns:
dict

Dictionary of the serialized object.