Package comodit_client :: Package api :: Module application :: Class CustomAction

Class CustomAction


A custom action's representation.

Instance Methods
 
show(self, indent=0)

Inherited from util.json_wrapper.JsonWrapper: __init__, dump_json, get_json, get_real_json, load_json, print_json, set_json

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
string identifier
Custom action's identifier.
string key
Custom action's key.
string name
Name of this custom action.
string description
The description of this custom action.

Inherited from object: __class__

Property Details

identifier

Custom action's identifier.

Get Method:
unreachable.identifier(self) - Custom action's identifier.
Type:
string

key

Custom action's key.

Get Method:
unreachable.key(self) - Custom action's key.
Set Method:
unreachable.key(self, key) - Sets custom action's key.
Type:
string

name

Name of this custom action.

Get Method:
unreachable.name(self) - Name of this custom action.
Set Method:
unreachable.name(self, name) - Sets the name of this custom action.
Type:
string

description

The description of this custom action.

Get Method:
unreachable.description(self) - The description of this custom action.
Set Method:
unreachable.description(self, description) - Sets the description of this custom action.
Type:
string