Package timedrive :: Package utils :: Module archiveurl :: Class ArchiveUrl
[frames] | no frames]

Class ArchiveUrl


ArchiveUrl class: definition of an archive url

Instance Methods
 
__init__(self)
Initialization function for ArchiveUrl

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
String archiveUrl
archive url
String gnuPassphrase
gnu passphrase (the encryption key to the archive)
Boolean available
the available status of the arichive url

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

Initialization function for ArchiveUrl

Overrides: object.__init__

Property Details

archiveUrl

archive url

Get Method:
_get_archiveUrl(self) - archive url
Set Method:
_set_archiveUrl(self, value) - archive url
Type:
String

gnuPassphrase

gnu passphrase (the encryption key to the archive)

Get Method:
_get_gnuPassphrase(self) - gnu passphrase (the encryption key to the archive)
Set Method:
_set_gnuPassphrase(self, value) - gnu passphrase (the encryption key to the archive)
Type:
String

available

the available status of the arichive url

Get Method:
_get_available(self) - the available status of the arichive url
Set Method:
_set_available(self, value) - the available status of the arichive url
Type:
Boolean