Intercom\IntercomLeads::__construct PHP Method

__construct() public method

IntercomLeads constructor.
public __construct ( IntercomClient $client )
$client IntercomClient
    public function __construct($client)
    {
        $this->client = $client;
    }