- budgetAmount - SOAP::SOAPLong
- budgetPeriod - AdWords::V13::CampaignService::BudgetPeriod
Methods
- N
Attributes
[RW] | budgetAmount | |
[RW] | budgetPeriod |
Class Public methods
Source: show
# File lib/adwords4r/v13/CampaignService.rb, line 144 def initialize(budgetAmount = nil, budgetPeriod = nil) @budgetAmount = budgetAmount @budgetPeriod = budgetPeriod end