Class: AdCenterWrapper::GetUserRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetUserRequest
- Defined in:
- lib/CustomerManagementService.rb
Overview
https://adcenter.microsoft.com/api/customermanagementGetUserRequest
userId - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#userId ⇒ Object
Returns the value of attribute userId.
Instance Method Summary collapse
-
#initialize(userId = nil) ⇒ GetUserRequest
constructor
A new instance of GetUserRequest.
Constructor Details
permalink #initialize(userId = nil) ⇒ GetUserRequest
Returns a new instance of GetUserRequest.
1334 1335 1336 |
# File 'lib/CustomerManagementService.rb', line 1334 def initialize(userId = nil) @userId = userId end |
Instance Attribute Details
permalink #userId ⇒ Object
Returns the value of attribute userId.
1332 1333 1334 |
# File 'lib/CustomerManagementService.rb', line 1332 def userId @userId end |