MECO™ API Reference
Variables
mDeveloper.developers.sonerLib Namespace Reference

[ MODULE ] - Developer module. More...

Variables

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

Detailed Description

[ MODULE ] - Developer module.

Variable Documentation

◆ INFO

dictionary mDeveloper.developers.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.