class Dingtalk::TopException

Attributes

application_host[RW]
errcode[RW]
errmsg[RW]
service_host[RW]

Public Instance Methods

to_s() click to toggle source
# File lib/dingtalk.rb, line 11
def to_s
  "\nerrcode= #{@errcode}\nerrmsg=#{@errmsg}\napplication_host=#{@application_host}\nservice_host=#{@service_host}"
end