BO_AWARDRANK_A::__construct()

Set up Automator action constructor.


Source Source

File: src/integrations/badgeos/actions/bo-awardrank-a.php

	public function __construct() {
		$this->action_code = 'BOAWARDRANK';
		$this->action_meta = 'BORANK';
		$this->define_action();

	}