Class: AdCenterWrapper::GetNormalizedStringsRequest

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

Overview

https://adcenter.microsoft.com/v8GetNormalizedStringsRequest

strings - AdCenterWrapper::ArrayOfstring
language - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(strings = nil, language = nil) ⇒ GetNormalizedStringsRequest

Returns a new instance of GetNormalizedStringsRequest.

[View source]

2313
2314
2315
2316
# File 'lib/CampaignManagementService.rb', line 2313

def initialize(strings = nil, language = nil)
  @strings = strings
  @language = language
end

Instance Attribute Details

#languageObject

Returns the value of attribute language.


2311
2312
2313
# File 'lib/CampaignManagementService.rb', line 2311

def language
  @language
end

#stringsObject

Returns the value of attribute strings.


2310
2311
2312
# File 'lib/CampaignManagementService.rb', line 2310

def strings
  @strings
end