Class: AdCenterWrapper::GetNormalizedStringsResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/CampaignManagementService.rb

Overview

https://adcenter.microsoft.com/v8GetNormalizedStringsResponse

normalizedStrings - AdCenterWrapper::ArrayOfstring

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(normalizedStrings = nil) ⇒ GetNormalizedStringsResponse

Returns a new instance of GetNormalizedStringsResponse.

[View source]

2324
2325
2326
# File 'lib/CampaignManagementService.rb', line 2324

def initialize(normalizedStrings = nil)
  @normalizedStrings = normalizedStrings
end

Instance Attribute Details

#normalizedStringsObject

Returns the value of attribute normalizedStrings.


2322
2323
2324
# File 'lib/CampaignManagementService.rb', line 2322

def normalizedStrings
  @normalizedStrings
end