Class: AdCenterWrapper::GetNormalizedStringsResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetNormalizedStringsResponse
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8GetNormalizedStringsResponse
normalizedStrings - AdCenterWrapper::ArrayOfstring
Instance Attribute Summary collapse
-
#normalizedStrings ⇒ Object
Returns the value of attribute normalizedStrings.
Instance Method Summary collapse
-
#initialize(normalizedStrings = nil) ⇒ GetNormalizedStringsResponse
constructor
A new instance of GetNormalizedStringsResponse.
Constructor Details
permalink #initialize(normalizedStrings = nil) ⇒ GetNormalizedStringsResponse
Returns a new instance of GetNormalizedStringsResponse.
2324 2325 2326 |
# File 'lib/CampaignManagementService.rb', line 2324 def initialize(normalizedStrings = nil) @normalizedStrings = normalizedStrings end |
Instance Attribute Details
permalink #normalizedStrings ⇒ Object
Returns the value of attribute normalizedStrings.
2322 2323 2324 |
# File 'lib/CampaignManagementService.rb', line 2322 def normalizedStrings @normalizedStrings end |