Class: AdwordsApi::V201008::BulkMutateJobService::Ad

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords_api/v201008/BulkMutateJobService.rb

Overview

Ad

  • id - SOAP::SOAPLong

  • url - SOAP::SOAPString

  • displayUrl - SOAP::SOAPString

  • approvalStatus - AdwordsApi::V201008::BulkMutateJobService::AdApprovalStatus

  • disapprovalReasons - SOAP::SOAPString

  • trademarkDisapproved - SOAP::SOAPBoolean

  • ad_Type - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], trademarkDisapproved = nil, ad_Type = nil) ⇒ Ad

Returns a new instance of Ad.



23
24
25
26
27
28
29
30
31
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 23

def initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], trademarkDisapproved = nil, ad_Type = nil)
  @id = id
  @url = url
  @displayUrl = displayUrl
  @approvalStatus = approvalStatus
  @disapprovalReasons = disapprovalReasons
  @trademarkDisapproved = trademarkDisapproved
  @ad_Type = ad_Type
end

Instance Attribute Details

#ad_TypeObject

Returns the value of attribute ad_Type.



21
22
23
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 21

def ad_Type
  @ad_Type
end

#approvalStatusObject

Returns the value of attribute approvalStatus.



18
19
20
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 18

def approvalStatus
  @approvalStatus
end

#disapprovalReasonsObject

Returns the value of attribute disapprovalReasons.



19
20
21
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 19

def disapprovalReasons
  @disapprovalReasons
end

#displayUrlObject

Returns the value of attribute displayUrl.



17
18
19
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 17

def displayUrl
  @displayUrl
end

#idObject

Returns the value of attribute id.



15
16
17
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 15

def id
  @id
end

#trademarkDisapprovedObject

Returns the value of attribute trademarkDisapproved.



20
21
22
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 20

def trademarkDisapproved
  @trademarkDisapproved
end

#urlObject

Returns the value of attribute url.



16
17
18
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 16

def url
  @url
end