Class: AdWords::V200909::CampaignTargetService::AdScheduleTargetList
- Inherits:
-
TargetList
- Object
- TargetList
- AdWords::V200909::CampaignTargetService::AdScheduleTargetList
- Defined in:
- lib/adwords4r/v200909/CampaignTargetService.rb
Overview
AdScheduleTargetList
-
campaignId - SOAP::SOAPLong
-
targetList_Type - SOAP::SOAPString
-
targets - AdWords::V200909::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.
859 860 861 862 863 |
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 859 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.
855 856 857 |
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 855 def campaignId @campaignId end |
#targetList_Type ⇒ Object
Returns the value of attribute targetList_Type.
856 857 858 |
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 856 def targetList_Type @targetList_Type end |
#targets ⇒ Object
Returns the value of attribute targets.
857 858 859 |
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 857 def targets @targets end |