Class: AdCenterWrapper::GetNormalizedStringsResponse

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

Overview

https://adcenter.microsoft.com/v7GetNormalizedStringsResponse

normalizedStrings - AdCenterWrapper::ArrayOfstring

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(normalizedStrings = nil) ⇒ GetNormalizedStringsResponse

Returns a new instance of GetNormalizedStringsResponse.



2013
2014
2015
# File 'lib/adcenter_wrapper_entities.rb', line 2013

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

Instance Attribute Details

#normalizedStringsObject

Returns the value of attribute normalizedStrings.



2011
2012
2013
# File 'lib/adcenter_wrapper_entities.rb', line 2011

def normalizedStrings
  @normalizedStrings
end