Class: AdCenterWrapper::UpdateInsertionOrderResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::UpdateInsertionOrderResponse
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/api/customerbillingUpdateInsertionOrderResponse
lastModifiedTime - SOAP::SOAPDateTime
Instance Attribute Summary collapse
-
#lastModifiedTime ⇒ Object
Returns the value of attribute lastModifiedTime.
Instance Method Summary collapse
-
#initialize(lastModifiedTime = nil) ⇒ UpdateInsertionOrderResponse
constructor
A new instance of UpdateInsertionOrderResponse.
Constructor Details
#initialize(lastModifiedTime = nil) ⇒ UpdateInsertionOrderResponse
3882 3883 3884 |
# File 'lib/adcenter_wrapper_entities.rb', line 3882 def initialize(lastModifiedTime = nil) @lastModifiedTime = lastModifiedTime end |
Instance Attribute Details
#lastModifiedTime ⇒ Object
Returns the value of attribute lastModifiedTime.
3880 3881 3882 |
# File 'lib/adcenter_wrapper_entities.rb', line 3880 def lastModifiedTime @lastModifiedTime end |