InputTransferConfiguration#

class gordias.config.InputTransferConfiguration(attr_name: str, attributes: list[str])#

Input attribute configuration.

Parameters:
  • attr_name (str) – String describing the global attribute name.

  • attributes (list[str]) – List of strings with global attribute values.

attr_name#

String describing the global attribute name.

Type:

str

attributes#

List of strings with global attribute values.

Type:

list[str]

Methods