Class: Response::CommandSend
- Inherits:
-
Base::GoodServerRsp
- Object
- Base::ServerRsp
- Base::GoodServerRsp
- Response::CommandSend
- Defined in:
- lib/violet/response.rb
Overview
Command has been send.
rsp. # => "COMMANDSEND"
rsp.comment # => "You rabbit will change status"
see Request::SET_RABBIT_ASLEEP and Request::SET_RABBIT_AWAKE
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