- budget - AdWords::V13::CampaignService::CampaignBudget
- campaignId - SOAP::SOAPInt
Methods
- N
Attributes
[RW] | budget | |
[RW] | campaignId |
Class Public methods
Source: show
# File lib/adwords4r/v13/CampaignService.rb, line 275 def initialize(budget = nil, campaignId = nil) @budget = budget @campaignId = campaignId end