Class: AdCenterWrapper::GetNormalizedStringsRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetNormalizedStringsRequest
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8GetNormalizedStringsRequest
strings - AdCenterWrapper::ArrayOfstring
language - SOAP::SOAPString
Instance Attribute Summary collapse
-
#language ⇒ Object
Returns the value of attribute language.
-
#strings ⇒ Object
Returns the value of attribute strings.
Instance Method Summary collapse
-
#initialize(strings = nil, language = nil) ⇒ GetNormalizedStringsRequest
constructor
A new instance of GetNormalizedStringsRequest.
Constructor Details
permalink #initialize(strings = nil, language = nil) ⇒ GetNormalizedStringsRequest
Returns a new instance of GetNormalizedStringsRequest.
2313 2314 2315 2316 |
# File 'lib/CampaignManagementService.rb', line 2313 def initialize(strings = nil, language = nil) @strings = strings @language = language end |
Instance Attribute Details
permalink #language ⇒ Object
Returns the value of attribute language.
2311 2312 2313 |
# File 'lib/CampaignManagementService.rb', line 2311 def language @language end |
permalink #strings ⇒ Object
Returns the value of attribute strings.
2310 2311 2312 |
# File 'lib/CampaignManagementService.rb', line 2310 def strings @strings end |