- class ApiElementProxy(pyro_api: Pyro5.api.Proxy, pool_id: str)#
Provides a proxy object for an API element.
- Parameters:
- pyro_api
Pyro5.api.Proxy
Pyro5 proxy object for interacting with the Rocky app.
- pool_id
int
ID of the API element.
- pyro_api
- classmethod serialize(obj: ApiElementProxy) dict #
Serialize a proxy object of the API element.
- Parameters:
- obj
Any
Object to serialize.
- obj
- Returns:
dict
Dictionary of the serialized object.