Class: AdCenterWrapper::UpdateAccountResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::UpdateAccountResponse
- Defined in:
- lib/CustomerManagementService.rb
Overview
https://adcenter.microsoft.com/api/customermanagementUpdateAccountResponse
lastModifiedTime - SOAP::SOAPDateTime
Instance Attribute Summary collapse
-
#lastModifiedTime ⇒ Object
Returns the value of attribute lastModifiedTime.
Instance Method Summary collapse
-
#initialize(lastModifiedTime = nil) ⇒ UpdateAccountResponse
constructor
A new instance of UpdateAccountResponse.
Constructor Details
permalink #initialize(lastModifiedTime = nil) ⇒ UpdateAccountResponse
Returns a new instance of UpdateAccountResponse.
1063 1064 1065 |
# File 'lib/CustomerManagementService.rb', line 1063 def initialize(lastModifiedTime = nil) @lastModifiedTime = lastModifiedTime end |
Instance Attribute Details
permalink #lastModifiedTime ⇒ Object
Returns the value of attribute lastModifiedTime.
1061 1062 1063 |
# File 'lib/CustomerManagementService.rb', line 1061 def lastModifiedTime @lastModifiedTime end |