Module: RubyWsOne

Defined in:
lib/ruby_ws_one.rb,
lib/ruby_ws_one/version.rb

Defined Under Namespace

Classes: Device, Request, User

Constant Summary collapse

VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

.setup {|_self| ... } ⇒ Object

Setup data from initializer

domain - subdomain in workspace one where your tenant is hosted
token_url - Localized url to get a Bearer token https://kb.vmware.com/s/article/76967
aw_tenant_code - OAuth tenant code that identifies your client
version - default API version

Workspace ONE setup guide docs.vmware.com/en/VMware-Workspace-ONE-UEM/services/UEM_ConsoleBasics/GUID-BF20C949-5065-4DCF-889D-1E0151016B5A.html

Yields:

  • (_self)

Yield Parameters:

  • _self (RubyWsOne)

    the object that the method was called on



27
28
29
# File 'lib/ruby_ws_one.rb', line 27

def self.setup
  yield(self)
end