Method: Cpanel::Response#errors
- Defined in:
- lib/cpanel/response.rb
#errors ⇒ Object
19 20 21 22 23 24 25 |
# File 'lib/cpanel/response.rb', line 19 def errors if success? nil else return response["statusmsg"] ? response["statusmsg"] : nil end end |