Class: AdWords::V13::ReportService::ReportJob

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v13/ReportService.rb

Overview

ReportJob abstract

  • clientEmails - SOAP::SOAPString

  • crossClient - SOAP::SOAPBoolean

  • endDay - SOAP::SOAPDate

  • id - SOAP::SOAPLong

  • name - SOAP::SOAPString

  • startDay - SOAP::SOAPDate

  • status - AdWords::V13::ReportService::ReportJobStatus

Direct Known Subclasses

DefinedReportJob

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(clientEmails = [], crossClient = nil, endDay = nil, id = nil, name = nil, startDay = nil, status = nil) ⇒ ReportJob

Returns a new instance of ReportJob.



77
78
79
80
81
82
83
84
85
# File 'lib/adwords4r/v13/ReportService.rb', line 77

def initialize(clientEmails = [], crossClient = nil, endDay = nil, id = nil, name = nil, startDay = nil, status = nil)
  @clientEmails = clientEmails
  @crossClient = crossClient
  @endDay = endDay
  @id = id
  @name = name
  @startDay = startDay
  @status = status
end

Instance Attribute Details

#clientEmailsObject

Returns the value of attribute clientEmails.



69
70
71
# File 'lib/adwords4r/v13/ReportService.rb', line 69

def clientEmails
  @clientEmails
end

#crossClientObject

Returns the value of attribute crossClient.



70
71
72
# File 'lib/adwords4r/v13/ReportService.rb', line 70

def crossClient
  @crossClient
end

#endDayObject

Returns the value of attribute endDay.



71
72
73
# File 'lib/adwords4r/v13/ReportService.rb', line 71

def endDay
  @endDay
end

#idObject

Returns the value of attribute id.



72
73
74
# File 'lib/adwords4r/v13/ReportService.rb', line 72

def id
  @id
end

#nameObject

Returns the value of attribute name.



73
74
75
# File 'lib/adwords4r/v13/ReportService.rb', line 73

def name
  @name
end

#startDayObject

Returns the value of attribute startDay.



74
75
76
# File 'lib/adwords4r/v13/ReportService.rb', line 74

def startDay
  @startDay
end

#statusObject

Returns the value of attribute status.



75
76
77
# File 'lib/adwords4r/v13/ReportService.rb', line 75

def status
  @status
end