OutputCreateConfiguration#

class gordias.config.OutputCreateConfiguration(attr_name: str, attribute: str)#

Output attribute configuration.

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

  • attributes (str) – Strings with global attribute value.

attr_name#

String describing the global attribute name.

Type:

str

attributes#

Strings with global attribute value.

Type:

str

Methods