Exception: Dingtalk::TopException
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Dingtalk::TopException
- Defined in:
- lib/dingtalk.rb
Instance Attribute Summary collapse
-
#application_host ⇒ Object
Returns the value of attribute application_host.
-
#errcode ⇒ Object
Returns the value of attribute errcode.
-
#errmsg ⇒ Object
Returns the value of attribute errmsg.
-
#service_host ⇒ Object
Returns the value of attribute service_host.
Instance Method Summary collapse
Instance Attribute Details
#application_host ⇒ Object
Returns the value of attribute application_host.
9 10 11 |
# File 'lib/dingtalk.rb', line 9 def application_host @application_host end |
#errcode ⇒ Object
Returns the value of attribute errcode.
9 10 11 |
# File 'lib/dingtalk.rb', line 9 def errcode @errcode end |
#errmsg ⇒ Object
Returns the value of attribute errmsg.
9 10 11 |
# File 'lib/dingtalk.rb', line 9 def errmsg @errmsg end |
#service_host ⇒ Object
Returns the value of attribute service_host.
9 10 11 |
# File 'lib/dingtalk.rb', line 9 def service_host @service_host end |
Instance Method Details
#to_s ⇒ Object
11 12 13 |
# File 'lib/dingtalk.rb', line 11 def to_s "\nerrcode= #{@errcode}\nerrmsg=#{@errmsg}\napplication_host=#{@application_host}\nservice_host=#{@service_host}" end |