Class: AdCenterWrapper::RadiusTargetBid

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

Overview

https://adcenter.microsoft.com/v8RadiusTargetBid

id - SOAP::SOAPLong
incrementalBid - AdCenterWrapper::IncrementalBidPercentage
latitudeDegrees - SOAP::SOAPDouble
longitudeDegrees - SOAP::SOAPDouble
name - SOAP::SOAPString
radius - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, incrementalBid = nil, latitudeDegrees = nil, longitudeDegrees = nil, name = nil, radius = nil) ⇒ RadiusTargetBid

Returns a new instance of RadiusTargetBid.

[View source]

1129
1130
1131
1132
1133
1134
1135
1136
# File 'lib/CampaignManagementService.rb', line 1129

def initialize(id = nil, incrementalBid = nil, latitudeDegrees = nil, longitudeDegrees = nil, name = nil, radius = nil)
  @id = id
  @incrementalBid = incrementalBid
  @latitudeDegrees = latitudeDegrees
  @longitudeDegrees = longitudeDegrees
  @name = name
  @radius = radius
end

Instance Attribute Details

#idObject

Returns the value of attribute id.


1122
1123
1124
# File 'lib/CampaignManagementService.rb', line 1122

def id
  @id
end

#incrementalBidObject

Returns the value of attribute incrementalBid.


1123
1124
1125
# File 'lib/CampaignManagementService.rb', line 1123

def incrementalBid
  @incrementalBid
end

#latitudeDegreesObject

Returns the value of attribute latitudeDegrees.


1124
1125
1126
# File 'lib/CampaignManagementService.rb', line 1124

def latitudeDegrees
  @latitudeDegrees
end

#longitudeDegreesObject

Returns the value of attribute longitudeDegrees.


1125
1126
1127
# File 'lib/CampaignManagementService.rb', line 1125

def longitudeDegrees
  @longitudeDegrees
end

#nameObject

Returns the value of attribute name.


1126
1127
1128
# File 'lib/CampaignManagementService.rb', line 1126

def name
  @name
end

#radiusObject

Returns the value of attribute radius.


1127
1128
1129
# File 'lib/CampaignManagementService.rb', line 1127

def radius
  @radius
end