Class: YSM::CampaignService::AmbiguousGeoMatch

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#geoStringObject

Returns the value of attribute geoString.



190
191
192
# File 'lib/ysm4r/v1/CampaignService.rb', line 190

def geoString
  @geoString
end

#possibleMatchesObject

Returns the value of attribute possibleMatches.



191
192
193
# File 'lib/ysm4r/v1/CampaignService.rb', line 191

def possibleMatches
  @possibleMatches
end