Class: Azure::MobileEngagement::Profiles::Latest::Mgmt::Client

Inherits:
MobileEngagementClass show all
Includes:
Common::Configurable
Defined in:
lib/profiles/latest/mobileengagement_latest_profile_client.rb

Overview

Client class for the Latest profile SDK.

Instance Attribute Summary

Attributes included from Common::Configurable

#active_directory_settings, #client_id, #client_secret, #credentials, #subscription_id, #tenant_id

Attributes inherited from MobileEngagementClass

#app_collections, #apps, #base_url, #campaigns, #configurable, #devices, #export_tasks, #import_tasks, #model_classes, #options, #supported_platforms

Instance Method Summary collapse

Methods included from Common::Configurable

#config, #configure, keys, #reset!

Constructor Details

#initialize(options = {}) ⇒ Client

Returns a new instance of Client.



18
19
20
# File 'lib/profiles/latest/mobileengagement_latest_profile_client.rb', line 18

def initialize(options = {})
  super(options)
end