Methods
- N
Attributes
[RW] | period | |
[RW] | amount | |
[RW] | deliveryMethod |
Class Public methods
Source: show
# File lib/adwords4r/v201008/BulkMutateJobService.rb, line 2688 def initialize(period = nil, amount = nil, deliveryMethod = nil) @period = period @amount = amount @deliveryMethod = deliveryMethod end