Module: Zoomify

Defined in:
lib/zoomify.rb,
lib/zoomify/error.rb,
lib/zoomify/client.rb,
lib/zoomify/request.rb,
lib/zoomify/version.rb,
lib/zoomify/resources/pac.rb,
lib/zoomify/resources/tsp.rb,
lib/zoomify/resources/user.rb,
lib/zoomify/resources/group.rb,
lib/zoomify/resources/device.rb,
lib/zoomify/resources/report.rb,
lib/zoomify/resources/account.rb,
lib/zoomify/resources/billing.rb,
lib/zoomify/resources/im_chat.rb,
lib/zoomify/resources/meeting.rb,
lib/zoomify/resources/webinar.rb,
lib/zoomify/resources/im_group.rb,
lib/zoomify/resources/webhooks.rb,
lib/zoomify/resources/dashboard.rb,
lib/zoomify/resources/cloud_recording.rb

Defined Under Namespace

Modules: Resources Classes: Client, Error, Request, TimeoutError

Constant Summary collapse

VERSION =
"1.1.0"

Class Attribute Summary collapse

Class Attribute Details

.api_keyObject

Returns the value of attribute api_key.



23
24
25
# File 'lib/zoomify.rb', line 23

def api_key
  @api_key
end

.api_secretObject

Returns the value of attribute api_secret.



23
24
25
# File 'lib/zoomify.rb', line 23

def api_secret
  @api_secret
end