Class: Response::ListReceivedMsg
- Inherits:
-
Base::GoodServerRsp
- Object
- Base::ServerRsp
- Base::GoodServerRsp
- Response::ListReceivedMsg
- Defined in:
- lib/violet/response.rb
Overview
a count and the list of the messages in your inbox
rsp.listreceivedmsg # => {:nb=>"1"}
rsp.msg # => {:title=>"my message", :date=>"today 11:59", :from=>"toto", :url=>"broad/001/948.mp3"}
Instance Attribute Summary
Attributes inherited from Base::ServerRsp
Method Summary
Methods inherited from Base::ServerRsp
#bad?, #get_all, #good?, #initialize, #method_missing
Constructor Details
This class inherits a constructor from Response::Base::ServerRsp
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Response::Base::ServerRsp