I have a API Request and got the following response
object(Borla\Chikka\Models\Response)[175]
protected 'attributes' =>
array (size=3)
'status' => int 200
'message' => string 'ACCEPTED' (length=8)
'attachments' =>
object(Borla\Chikka\Base\Model)[176]
protected 'attributes' =>
array (size=2)
...
That is from a variable $response when I var_dump it. How can I access the message and status inside that array?