Package comodit_client :: Package api :: Module settings :: Class SimpleSetting

Class SimpleSetting


Simple setting representation. A simple setting has a value directly set by the user.

Instance Methods

Inherited from entity.Entity: __init__, create, delete, dump, load, refresh, rename, show, update

Inherited from util.json_wrapper.JsonWrapper: 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
JSON object value
Setting's value.
JSON object del_value
Setting's value.

Inherited from Setting: identifier, key, name

Inherited from entity.Entity: client, description, label, url, uuid

Inherited from object: __class__

Property Details

value

Setting's value.

Get Method:
unreachable.value(self) - Setting's value.
Set Method:
unreachable.value(self, value) - Sets setting's value.
Type:
JSON object

del_value

Setting's value.

Get Method:
unreachable.value(self) - Setting's value.
Set Method:
unreachable.value(self, value) - Sets setting's value.
Delete Method:
unreachable.del_value(self) - Clears value.
Type:
JSON object