Stash Software API  2.0.0
Variables
sDeveloper.sonerLib Namespace Reference

[ MODULE ] - Information about the developer. More...

Variables

string USERNAME = 'soner'
 [ str ] - User name of the developer. More...
 
string NAME = 'Safak Oner'
 [ str ] - Name of the developer. More...
 
string POSITION = 'Lead Software Engineer'
 [ str ] - Position of the developer. More...
 
string EMAIL = 'developer@stashsoftware.com'
 [ str ] - E-mail address of the developer. More...
 
string SITE = 'Headquarter'
 [ str ] - Site where the developer is located at. More...
 
string URL = 'https://www.stashsoftware.com'
 [ str ] - Web page of the developer. More...
 
dictionary INFO
 [ dict ] - Developer info as a dict instance. More...
 

Detailed Description

[ MODULE ] - Information about the developer.

Variable Documentation

◆ USERNAME

string sDeveloper.sonerLib.USERNAME = 'soner'

[ str ] - User name of the developer.

◆ NAME

string sDeveloper.sonerLib.NAME = 'Safak Oner'

[ str ] - Name of the developer.

◆ POSITION

string sDeveloper.sonerLib.POSITION = 'Lead Software Engineer'

[ str ] - Position of the developer.

◆ EMAIL

string sDeveloper.sonerLib.EMAIL = 'developer@stashsoftware.com'

[ str ] - E-mail address of the developer.

◆ SITE

string sDeveloper.sonerLib.SITE = 'Headquarter'

[ str ] - Site where the developer is located at.

◆ URL

string sDeveloper.sonerLib.URL = 'https://www.stashsoftware.com'

[ str ] - Web page of the developer.

◆ INFO

dictionary sDeveloper.sonerLib.INFO
Initial value:
1 = {'userName':USERNAME,
2  'name' :NAME,
3  'position':POSITION,
4  'email' :EMAIL,
5  'url' :URL
6  }

[ dict ] - Developer info as a dict instance.