ReportJob abstract
clientEmails - SOAP::SOAPString
crossClient - SOAP::SOAPBoolean
endDay - SOAP::SOAPDate
id - SOAP::SOAPLong
name - SOAP::SOAPString
startDay - SOAP::SOAPDate
Methods
- N
Attributes
[RW] | clientEmails | |
[RW] | crossClient | |
[RW] | endDay | |
[RW] | id | |
[RW] | name | |
[RW] | startDay | |
[RW] | status |
Class Public methods
new(clientEmails = [], crossClient = nil, endDay = nil, id = nil, name = nil, startDay = nil, status = nil)
Source: show
# File lib/adwords4r/v13/ReportService.rb, line 77 77: def initialize(clientEmails = [], crossClient = nil, endDay = nil, id = nil, name = nil, startDay = nil, status = nil) 78: @clientEmails = clientEmails 79: @crossClient = crossClient 80: @endDay = endDay 81: @id = id 82: @name = name 83: @startDay = startDay 84: @status = status 85: end