Rdio::__construct PHP Method

__construct() public method

public __construct ( $key, $secret )
    function __construct($key, $secret)
    {
        $this->key = $key;
        $this->secret = $secret;
    }