Class: AdCenterWrapper::UpdateCustomerResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::UpdateCustomerResponse
- Defined in:
- lib/CustomerManagementService.rb
Overview
https://adcenter.microsoft.com/api/customermanagementUpdateCustomerResponse
lastModifiedTime - SOAP::SOAPDateTime
Instance Attribute Summary collapse
-
#lastModifiedTime ⇒ Object
Returns the value of attribute lastModifiedTime.
Instance Method Summary collapse
-
#initialize(lastModifiedTime = nil) ⇒ UpdateCustomerResponse
constructor
A new instance of UpdateCustomerResponse.
Constructor Details
permalink #initialize(lastModifiedTime = nil) ⇒ UpdateCustomerResponse
Returns a new instance of UpdateCustomerResponse.
1103 1104 1105 |
# File 'lib/CustomerManagementService.rb', line 1103 def initialize(lastModifiedTime = nil) @lastModifiedTime = lastModifiedTime end |
Instance Attribute Details
permalink #lastModifiedTime ⇒ Object
Returns the value of attribute lastModifiedTime.
1101 1102 1103 |
# File 'lib/CustomerManagementService.rb', line 1101 def lastModifiedTime @lastModifiedTime end |