Home | Trees | Indices | Help |
|
---|
|
Base class for all entities that are publishable/purchasable.
Instance Methods | |||
file-like object |
|
||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
Properties | |
published_as If the entity has been published, gives the UUID of published entity. |
|
purchased_as If the entity has been purchased, gives the UUID of purchased entity. |
|
can_pull If the entity has been purchased, tells if changes may be pulled from the store i.e. |
|
can_push If the entity has been published, tells if changes may be pushed to the store i.e. |
|
string |
url_f URL to entity's WEB site. |
string |
documentation Entity's documentation. |
string |
license Entity's license. |
string |
price Entity's price. |
Inherited from Inherited from |
Method Details |
Fetches the thumbnail of the entity.
|
Uploads the content of the thumbnail.
|
Property Details |
published_asIf the entity has been published, gives the UUID of published entity.
See Also: PublishedEntity |
purchased_asIf the entity has been purchased, gives the UUID of purchased entity.
See Also: PurchasedEntity |
can_pullIf the entity has been purchased, tells if changes may be pulled from the store i.e. published entity has been updated and this entity is therefore obsolete.
|
can_pushIf the entity has been published, tells if changes may be pushed to the store i.e. entity has been updated and published entity is therefore obsolete.
|
url_fURL to entity's WEB site.
|
documentationEntity's documentation.
|
licenseEntity's license.
|
priceEntity's price.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Dec 5 14:16:50 2017 | http://epydoc.sourceforge.net |