Class: AdWords::V13::ReportService::ReportJob
- Inherits:
-
Object
- Object
- AdWords::V13::ReportService::ReportJob
- 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
Instance Attribute Summary collapse
-
#clientEmails ⇒ Object
Returns the value of attribute clientEmails.
-
#crossClient ⇒ Object
Returns the value of attribute crossClient.
-
#endDay ⇒ Object
Returns the value of attribute endDay.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#startDay ⇒ Object
Returns the value of attribute startDay.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(clientEmails = [], crossClient = nil, endDay = nil, id = nil, name = nil, startDay = nil, status = nil) ⇒ ReportJob
constructor
A new instance of ReportJob.
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
#clientEmails ⇒ Object
Returns the value of attribute clientEmails.
69 70 71 |
# File 'lib/adwords4r/v13/ReportService.rb', line 69 def clientEmails @clientEmails end |
#crossClient ⇒ Object
Returns the value of attribute crossClient.
70 71 72 |
# File 'lib/adwords4r/v13/ReportService.rb', line 70 def crossClient @crossClient end |
#endDay ⇒ Object
Returns the value of attribute endDay.
71 72 73 |
# File 'lib/adwords4r/v13/ReportService.rb', line 71 def endDay @endDay end |
#id ⇒ Object
Returns the value of attribute id.
72 73 74 |
# File 'lib/adwords4r/v13/ReportService.rb', line 72 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
73 74 75 |
# File 'lib/adwords4r/v13/ReportService.rb', line 73 def name @name end |
#startDay ⇒ Object
Returns the value of attribute startDay.
74 75 76 |
# File 'lib/adwords4r/v13/ReportService.rb', line 74 def startDay @startDay end |
#status ⇒ Object
Returns the value of attribute status.
75 76 77 |
# File 'lib/adwords4r/v13/ReportService.rb', line 75 def status @status end |