Class: AdCenterWrapper::SegmentTargetBid
- Inherits:
-
Object
- Object
- AdCenterWrapper::SegmentTargetBid
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7SegmentTargetBid
cashBackInfo - AdCenterWrapper::CashBackInfo
incrementalBid - AdCenterWrapper::IncrementalBidPercentage
param1 - SOAP::SOAPString
param2 - SOAP::SOAPString
param3 - SOAP::SOAPString
segmentId - SOAP::SOAPLong
segmentParam1 - SOAP::SOAPString
segmentParam2 - SOAP::SOAPString
Instance Attribute Summary collapse
-
#cashBackInfo ⇒ Object
Returns the value of attribute cashBackInfo.
-
#incrementalBid ⇒ Object
Returns the value of attribute incrementalBid.
-
#param1 ⇒ Object
Returns the value of attribute param1.
-
#param2 ⇒ Object
Returns the value of attribute param2.
-
#param3 ⇒ Object
Returns the value of attribute param3.
-
#segmentId ⇒ Object
Returns the value of attribute segmentId.
-
#segmentParam1 ⇒ Object
Returns the value of attribute segmentParam1.
-
#segmentParam2 ⇒ Object
Returns the value of attribute segmentParam2.
Instance Method Summary collapse
-
#initialize(cashBackInfo = nil, incrementalBid = nil, param1 = nil, param2 = nil, param3 = nil, segmentId = nil, segmentParam1 = nil, segmentParam2 = nil) ⇒ SegmentTargetBid
constructor
A new instance of SegmentTargetBid.
Constructor Details
#initialize(cashBackInfo = nil, incrementalBid = nil, param1 = nil, param2 = nil, param3 = nil, segmentId = nil, segmentParam1 = nil, segmentParam2 = nil) ⇒ SegmentTargetBid
Returns a new instance of SegmentTargetBid.
1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 |
# File 'lib/adcenter_wrapper_entities.rb', line 1436 def initialize(cashBackInfo = nil, incrementalBid = nil, param1 = nil, param2 = nil, param3 = nil, segmentId = nil, segmentParam1 = nil, segmentParam2 = nil) @cashBackInfo = cashBackInfo @incrementalBid = incrementalBid @param1 = param1 @param2 = param2 @param3 = param3 @segmentId = segmentId @segmentParam1 = segmentParam1 @segmentParam2 = segmentParam2 end |
Instance Attribute Details
#cashBackInfo ⇒ Object
Returns the value of attribute cashBackInfo.
1427 1428 1429 |
# File 'lib/adcenter_wrapper_entities.rb', line 1427 def cashBackInfo @cashBackInfo end |
#incrementalBid ⇒ Object
Returns the value of attribute incrementalBid.
1428 1429 1430 |
# File 'lib/adcenter_wrapper_entities.rb', line 1428 def incrementalBid @incrementalBid end |
#param1 ⇒ Object
Returns the value of attribute param1.
1429 1430 1431 |
# File 'lib/adcenter_wrapper_entities.rb', line 1429 def param1 @param1 end |
#param2 ⇒ Object
Returns the value of attribute param2.
1430 1431 1432 |
# File 'lib/adcenter_wrapper_entities.rb', line 1430 def param2 @param2 end |
#param3 ⇒ Object
Returns the value of attribute param3.
1431 1432 1433 |
# File 'lib/adcenter_wrapper_entities.rb', line 1431 def param3 @param3 end |
#segmentId ⇒ Object
Returns the value of attribute segmentId.
1432 1433 1434 |
# File 'lib/adcenter_wrapper_entities.rb', line 1432 def segmentId @segmentId end |
#segmentParam1 ⇒ Object
Returns the value of attribute segmentParam1.
1433 1434 1435 |
# File 'lib/adcenter_wrapper_entities.rb', line 1433 def segmentParam1 @segmentParam1 end |
#segmentParam2 ⇒ Object
Returns the value of attribute segmentParam2.
1434 1435 1436 |
# File 'lib/adcenter_wrapper_entities.rb', line 1434 def segmentParam2 @segmentParam2 end |