Phue\SoftwareUpdate::__construct PHP Method

__construct() public method

Construct a Phue SoftwareUpdate object
public __construct ( stdClass $attributes, Client $client )
$attributes stdClass SoftwareUpdate attributes
$client Client Phue client
    public function __construct(\stdClass $attributes, Client $client)
    {
        $this->attributes = $attributes;
        $this->client = $client;
    }