Class: YSM::CampaignService::AmbiguousGeoMatch
- Inherits:
-
Object
- Object
- YSM::CampaignService::AmbiguousGeoMatch
- Defined in:
- lib/ysm4r/v1/CampaignService.rb,
lib/ysm4r/v2/CampaignService.rb
Overview
http://marketing.ews.yahooapis.com/V2AmbiguousGeoMatch
Instance Attribute Summary collapse
-
#geoString ⇒ Object
Returns the value of attribute geoString.
-
#possibleMatches ⇒ Object
Returns the value of attribute possibleMatches.
Instance Method Summary collapse
-
#initialize(geoString = nil, possibleMatches = nil) ⇒ AmbiguousGeoMatch
constructor
A new instance of AmbiguousGeoMatch.
Constructor Details
#initialize(geoString = nil, possibleMatches = nil) ⇒ AmbiguousGeoMatch
Returns a new instance of AmbiguousGeoMatch.
193 194 195 196 |
# File 'lib/ysm4r/v1/CampaignService.rb', line 193 def initialize(geoString = nil, possibleMatches = nil) @geoString = geoString @possibleMatches = possibleMatches end |
Instance Attribute Details
#geoString ⇒ Object
Returns the value of attribute geoString.
190 191 192 |
# File 'lib/ysm4r/v1/CampaignService.rb', line 190 def geoString @geoString end |
#possibleMatches ⇒ Object
Returns the value of attribute possibleMatches.
191 192 193 |
# File 'lib/ysm4r/v1/CampaignService.rb', line 191 def possibleMatches @possibleMatches end |