Package comodit_client :: Package api :: Module flavors :: Class FlavorCollection

Class FlavorCollection


Flavors collection. This is a root collection.

Instance Methods
 
__init__(self, client)
Creates a new flavor collection.

Inherited from collection.Collection: __iter__, clear, delete, get, list, refresh

Inherited from object: __long__, __native__, __nonzero__, __unicode__, next

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

Properties

Inherited from object: __class__

Method Details

__init__(self, client)
(Constructor)

 

Creates a new flavor collection.

Parameters:
  • client (Client) - The client.
Overrides: object.__init__