/**
  *  The default constructor
  *
  * @author Abhinav Kumar
  * @return \SWIFT_SetupDatabase_jira
  */
 public function __construct()
 {
     parent::__construct('jira');
     return true;
 }
 /**
  * Constructor
  *
  * @author Ruchi Kothari
  * @return bool "true" on Success, "false" otherwise
  */
 public function __construct()
 {
     parent::__construct('mailchimp');
     return true;
 }
 /**
  * Constructor
  *
  * @author Atul Atri
  * @throws SWIFT_Exception
  */
 public function __construct()
 {
     parent::__construct('basecamp');
     return true;
 }
 /**
  * Constructor - Calls parent class constructor which sets the app name
  *
  * @author Varun Shoor
  * @return bool "true" on Success, "false" otherwise
  */
 public function __construct()
 {
     parent::__construct('freshbooks');
     return true;
 }
 /**
  * Constructor - Calls parent class constructor which sets the module name
  */
 public function __construct()
 {
     parent::__construct('samlsso');
 }