MECO™ API Reference
Public Member Functions | List of all members
mMeco.libs.entryLib.EnvEntry Class Reference

[ CLASS ] - Env envEntry. More...

Inheritance diagram for mMeco.libs.entryLib.EnvEntry:

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...
 

Detailed Description

[ CLASS ] - Env envEntry.

Single env envEntry, which meant to be contained by mMeco.libs.entryLib.EnvEntry.EnvEntryContainer class.

Constructor & Destructor Documentation

◆ __init__()

def mMeco.libs.entryLib.EnvEntry.__init__ (   self,
  envEntryType,
  value,
  variable = '' 
)

Constructor.

Parameters
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.
Exceptions
N/A
Returns
None - None.

Member Function Documentation

◆ __str__()

def mMeco.libs.entryLib.EnvEntry.__str__ (   self)

String representation.

Exceptions
N/A
Returns
str - String representation.

◆ envEntryType()

def mMeco.libs.entryLib.EnvEntry.envEntryType (   self)

Property.

Exceptions
N/A
Returns
mMeco.libs.entryLib.EnvEntryType - Value.

◆ variable()

def mMeco.libs.entryLib.EnvEntry.variable (   self)

Property.

Exceptions
N/A
Returns
str - Value.

◆ value()

def mMeco.libs.entryLib.EnvEntry.value (   self)

Property.

Exceptions
N/A
Returns
str - Value.

◆ asStr()

def mMeco.libs.entryLib.EnvEntry.asStr (   self)

Get string representation of the class.

Exceptions
N/A
Returns
str - Information about the package in human readable form.

The documentation for this class was generated from the following file: