APIEnvironment::showRecord PHP Method

showRecord() protected method

protected showRecord ( ) : SS_HTTPResponse
return SS_HTTPResponse
    protected function showRecord()
    {
        return $this->getAPIResponse($this->record->toMap());
    }