Class: Response::Blacklist
- Inherits:
-
Response::Base::GoodServerRsp
- Object
- Response::Base::ServerRsp
- Response::Base::GoodServerRsp
- Response::Blacklist
- Defined in:
- lib/violet/response.rb
Overview
a count and the list of people in your blacklist
rsp.blacklist # => {:nb=>"2"}
rsp.pseudos # => [{:name=>"toto"}, {:name=>"tata"}]
Instance Attribute Summary
Attributes inherited from Response::Base::ServerRsp
Method Summary
Methods inherited from Response::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