Class: AdCenterWrapper::StateTargetBid

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

Overview

https://adcenter.microsoft.com/v7StateTargetBid

incrementalBid - AdCenterWrapper::IncrementalBidPercentage
state - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(incrementalBid = nil, state = nil) ⇒ StateTargetBid

Returns a new instance of StateTargetBid.



1397
1398
1399
1400
# File 'lib/adcenter_wrapper_entities.rb', line 1397

def initialize(incrementalBid = nil, state = nil)
  @incrementalBid = incrementalBid
  @state = state
end

Instance Attribute Details

#incrementalBidObject

Returns the value of attribute incrementalBid.



1394
1395
1396
# File 'lib/adcenter_wrapper_entities.rb', line 1394

def incrementalBid
  @incrementalBid
end

#stateObject

Returns the value of attribute state.



1395
1396
1397
# File 'lib/adcenter_wrapper_entities.rb', line 1395

def state
  @state
end