Class: YSM::CampaignService::SetGeographicLocationResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/ysm4r/v1/CampaignService.rb,
lib/ysm4r/v2/CampaignService.rb

Overview

http://marketing.ews.yahooapis.com/V2SetGeographicLocationResponse

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(ambiguousMatches = nil, setSucceeded = nil, stringsWithNoMatches = nil) ⇒ SetGeographicLocationResponse

Returns a new instance of SetGeographicLocationResponse.



177
178
179
180
181
# File 'lib/ysm4r/v1/CampaignService.rb', line 177

def initialize(ambiguousMatches = nil, setSucceeded = nil, stringsWithNoMatches = nil)
  @ambiguousMatches = ambiguousMatches
  @setSucceeded = setSucceeded
  @stringsWithNoMatches = stringsWithNoMatches
end

Instance Attribute Details

#ambiguousMatchesObject

Returns the value of attribute ambiguousMatches.



173
174
175
# File 'lib/ysm4r/v1/CampaignService.rb', line 173

def ambiguousMatches
  @ambiguousMatches
end

#setSucceededObject

Returns the value of attribute setSucceeded.



174
175
176
# File 'lib/ysm4r/v1/CampaignService.rb', line 174

def setSucceeded
  @setSucceeded
end

#stringsWithNoMatchesObject

Returns the value of attribute stringsWithNoMatches.



175
176
177
# File 'lib/ysm4r/v1/CampaignService.rb', line 175

def stringsWithNoMatches
  @stringsWithNoMatches
end