Class: Response::ChorNotSend

Inherits:
Base::BadServerRsp show all
Defined in:
lib/violet/response.rb

Overview

Choregraphy message not sent because the “chor” command was incorrect

rsp.message     # => "CHORNOTSEND"
rsp.comment     # => "Your chor could not be sent (bad chor)"

Instance Attribute Summary

Attributes inherited from Base::ServerRsp

#xml

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