Class: AdWords::V200909::BulkMutateJobService::DeprecatedAd

Inherits:
Ad
  • Object
show all
Defined in:
lib/adwords4r/v200909/BulkMutateJobService.rb

Overview

DeprecatedAd

  • id - SOAP::SOAPLong

  • url - SOAP::SOAPString

  • displayUrl - SOAP::SOAPString

  • approvalStatus - AdWords::V200909::BulkMutateJobService::AdApprovalStatus

  • disapprovalReasons - SOAP::SOAPString

  • ad_Type - SOAP::SOAPString

  • name - SOAP::SOAPString

  • type - AdWords::V200909::BulkMutateJobService::DeprecatedAdType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], ad_Type = nil, name = nil, type = nil) ⇒ DeprecatedAd

Returns a new instance of DeprecatedAd.



50
51
52
53
54
55
56
57
58
59
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 50

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

Instance Attribute Details

#ad_TypeObject

Returns the value of attribute ad_Type.



46
47
48
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 46

def ad_Type
  @ad_Type
end

#approvalStatusObject

Returns the value of attribute approvalStatus.



44
45
46
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 44

def approvalStatus
  @approvalStatus
end

#disapprovalReasonsObject

Returns the value of attribute disapprovalReasons.



45
46
47
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 45

def disapprovalReasons
  @disapprovalReasons
end

#displayUrlObject

Returns the value of attribute displayUrl.



43
44
45
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 43

def displayUrl
  @displayUrl
end

#idObject

Returns the value of attribute id.



41
42
43
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 41

def id
  @id
end

#nameObject

Returns the value of attribute name.



47
48
49
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 47

def name
  @name
end

#typeObject

Returns the value of attribute type.



48
49
50
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 48

def type
  @type
end

#urlObject

Returns the value of attribute url.



42
43
44
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 42

def url
  @url
end