Class: Bitrix24CloudApi::COMMON_METHODS::App
- Defined in:
- lib/bitrix24_cloud_api/common_methods/common_methods.rb
Class Method Summary collapse
Methods inherited from Base
Class Method Details
.info(client) ⇒ Object
20 21 22 |
# File 'lib/bitrix24_cloud_api/common_methods/common_methods.rb', line 20 def info(client) client.make_get_request(resource_url(client, __method__)) end |
.resource_path ⇒ Object
24 25 26 |
# File 'lib/bitrix24_cloud_api/common_methods/common_methods.rb', line 24 def resource_path "app" end |