Class: AdCenterWrapper::StateTarget

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(bids = nil) ⇒ StateTarget

Returns a new instance of StateTarget.

[View source]

1144
1145
1146
# File 'lib/CampaignManagementService.rb', line 1144

def initialize(bids = nil)
  @bids = bids
end

Instance Attribute Details

#bidsObject

Returns the value of attribute bids.


1142
1143
1144
# File 'lib/CampaignManagementService.rb', line 1142

def bids
  @bids
end