Class: AdCenterWrapper::GetNormalizedStringsResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetNormalizedStringsResponse
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7GetNormalizedStringsResponse
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
#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
#normalizedStrings ⇒ Object
Returns the value of attribute normalizedStrings.
2011 2012 2013 |
# File 'lib/adcenter_wrapper_entities.rb', line 2011 def normalizedStrings @normalizedStrings end |