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
-
.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 kb.vmware.com/s/article/76967 aw_tenant_code - OAuth tenant code that identifies your client version - default API version.
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
27 28 29 |
# File 'lib/ruby_ws_one.rb', line 27 def self.setup yield(self) end |