13 14 15
# File 'lib/xing_api/error.rb', line 13 def to_s [status_code, name, text, errors.to_s].join(' - ') end