Owner is a lightweight record holding the Reticulum instance properties
that Transport needs. This avoids a circular dependency on the full
Reticulum class which hasn't been implemented yet.
Constructors
new(is_connected_to_shared_instance :
Bool = false, storage_path :
String = "", cache_path :
String = "", transport_enabled :
Bool = false)
SourceInstance methods
copy_with(is_connected_to_shared_instance _is_connected_to_shared_instance = @is_connected_to_shared_instance, storage_path _storage_path = @storage_path, cache_path _cache_path = @cache_path, transport_enabled _transport_enabled = @transport_enabled)
Sourceis_connected_to_shared_instance