MECO™ API Reference
|
[ CLASS ] - Env envEntry. More...
Public Member Functions | |
def | __init__ (self, envEntryType, value, variable='') |
Constructor. More... | |
def | __str__ (self) |
String representation. More... | |
def | envEntryType (self) |
Property. More... | |
def | variable (self) |
Property. More... | |
def | value (self) |
Property. More... | |
def | asStr (self) |
Get string representation of the class. More... | |
[ CLASS ] - Env envEntry.
Single env envEntry, which meant to be contained by mMeco.libs.entryLib.EnvEntry.EnvEntryContainer class.
def mMeco.libs.entryLib.EnvEntry.__init__ | ( | self, | |
envEntryType, | |||
value, | |||
variable = '' |
|||
) |
Constructor.
envEntryType | [ enum | None | in ] - Env envEntry type from mMeco.libs.enumLib.EnvEntryType enum class. |
value | [ str | None | in ] - Environment variable. |
variable | [ str | None | in ] - Value of the environment variable. |
N/A |
def mMeco.libs.entryLib.EnvEntry.__str__ | ( | self | ) |
String representation.
N/A |
def mMeco.libs.entryLib.EnvEntry.envEntryType | ( | self | ) |
Property.
N/A |
def mMeco.libs.entryLib.EnvEntry.variable | ( | self | ) |
Property.
N/A |
def mMeco.libs.entryLib.EnvEntry.value | ( | self | ) |
Property.
N/A |
def mMeco.libs.entryLib.EnvEntry.asStr | ( | self | ) |
Get string representation of the class.
N/A |