Class: AdWords::V201003::CampaignTargetService::AdScheduleTargetList
- Inherits:
-
TargetList
- Object
- TargetList
- AdWords::V201003::CampaignTargetService::AdScheduleTargetList
- Defined in:
- lib/adwords4r/v201003/CampaignTargetService.rb
Overview
AdScheduleTargetList
-
campaignId - SOAP::SOAPLong
-
targetList_Type - SOAP::SOAPString
-
targets - AdWords::V201003::CampaignTargetService::AdScheduleTarget
Instance Attribute Summary collapse
-
#campaignId ⇒ Object
Returns the value of attribute campaignId.
-
#targetList_Type ⇒ Object
Returns the value of attribute targetList_Type.
-
#targets ⇒ Object
Returns the value of attribute targets.
Instance Method Summary collapse
-
#initialize(campaignId = nil, targetList_Type = nil, targets = []) ⇒ AdScheduleTargetList
constructor
A new instance of AdScheduleTargetList.
Constructor Details
#initialize(campaignId = nil, targetList_Type = nil, targets = []) ⇒ AdScheduleTargetList
Returns a new instance of AdScheduleTargetList.
1021 1022 1023 1024 1025 |
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 1021 def initialize(campaignId = nil, targetList_Type = nil, targets = []) @campaignId = campaignId @targetList_Type = targetList_Type @targets = targets end |
Instance Attribute Details
#campaignId ⇒ Object
Returns the value of attribute campaignId.
1017 1018 1019 |
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 1017 def campaignId @campaignId end |
#targetList_Type ⇒ Object
Returns the value of attribute targetList_Type.
1018 1019 1020 |
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 1018 def targetList_Type @targetList_Type end |
#targets ⇒ Object
Returns the value of attribute targets.
1019 1020 1021 |
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 1019 def targets @targets end |