Class: AdCenterWrapper::RadiusTargetBid
- Inherits:
-
Object
- Object
- AdCenterWrapper::RadiusTargetBid
- 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
-
#id ⇒ Object
Returns the value of attribute id.
-
#incrementalBid ⇒ Object
Returns the value of attribute incrementalBid.
-
#latitudeDegrees ⇒ Object
Returns the value of attribute latitudeDegrees.
-
#longitudeDegrees ⇒ Object
Returns the value of attribute longitudeDegrees.
-
#name ⇒ Object
Returns the value of attribute name.
-
#radius ⇒ Object
Returns the value of attribute radius.
Instance Method Summary collapse
-
#initialize(id = nil, incrementalBid = nil, latitudeDegrees = nil, longitudeDegrees = nil, name = nil, radius = nil) ⇒ RadiusTargetBid
constructor
A new instance of RadiusTargetBid.
Constructor Details
permalink #initialize(id = nil, incrementalBid = nil, latitudeDegrees = nil, longitudeDegrees = nil, name = nil, radius = nil) ⇒ RadiusTargetBid
Returns a new instance of RadiusTargetBid.
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
permalink #id ⇒ Object
Returns the value of attribute id.
1122 1123 1124 |
# File 'lib/CampaignManagementService.rb', line 1122 def id @id end |
permalink #incrementalBid ⇒ Object
Returns the value of attribute incrementalBid.
1123 1124 1125 |
# File 'lib/CampaignManagementService.rb', line 1123 def incrementalBid @incrementalBid end |
permalink #latitudeDegrees ⇒ Object
Returns the value of attribute latitudeDegrees.
1124 1125 1126 |
# File 'lib/CampaignManagementService.rb', line 1124 def latitudeDegrees @latitudeDegrees end |
permalink #longitudeDegrees ⇒ Object
Returns the value of attribute longitudeDegrees.
1125 1126 1127 |
# File 'lib/CampaignManagementService.rb', line 1125 def longitudeDegrees @longitudeDegrees end |
permalink #name ⇒ Object
Returns the value of attribute name.
1126 1127 1128 |
# File 'lib/CampaignManagementService.rb', line 1126 def name @name end |
permalink #radius ⇒ Object
Returns the value of attribute radius.
1127 1128 1129 |
# File 'lib/CampaignManagementService.rb', line 1127 def radius @radius end |