Method: CloudApp::ResponseError#to_s
- Defined in:
- lib/cloudapp/response_error.rb
#to_s ⇒ String
Returns error code and message
27 28 29 |
# File 'lib/cloudapp/response_error.rb', line 27 def to_s "#{code.to_s} #{response.msg}".strip end |