PHP Class Mailgun\Resource\Api\Domain\DeleteCredentialResponse

Author: Tobias Nyholm ([email protected])
Inheritance: implements Mailgun\Resource\ApiResponse
Datei anzeigen Open project: mailgun/mailgun-php

Public Methods

Method Description
create ( array $data ) : self
getError ( ) : string
getMessage ( ) : string
getSpec ( ) : string

Private Methods

Method Description
__construct ( string $message, $error, $spec )

Method Details

create() public static method

public static create ( array $data ) : self
$data array
return self

getError() public method

public getError ( ) : string
return string

getMessage() public method

public getMessage ( ) : string
return string

getSpec() public method

public getSpec ( ) : string
return string