Class: AdWords::V201003::BulkMutateJobService::DeprecatedAd
- Defined in:
- lib/adwords4r/v201003/BulkMutateJobService.rb
Overview
DeprecatedAd
-
id - SOAP::SOAPLong
-
url - SOAP::SOAPString
-
displayUrl - SOAP::SOAPString
-
approvalStatus - AdWords::V201003::BulkMutateJobService::AdApprovalStatus
-
disapprovalReasons - SOAP::SOAPString
-
trademarkDisapproved - SOAP::SOAPBoolean
-
ad_Type - SOAP::SOAPString
-
name - SOAP::SOAPString
-
type - AdWords::V201003::BulkMutateJobService::DeprecatedAdType
Instance Attribute Summary collapse
-
#ad_Type ⇒ Object
Returns the value of attribute ad_Type.
-
#approvalStatus ⇒ Object
Returns the value of attribute approvalStatus.
-
#disapprovalReasons ⇒ Object
Returns the value of attribute disapprovalReasons.
-
#displayUrl ⇒ Object
Returns the value of attribute displayUrl.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#trademarkDisapproved ⇒ Object
Returns the value of attribute trademarkDisapproved.
-
#type ⇒ Object
Returns the value of attribute type.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], trademarkDisapproved = nil, ad_Type = nil, name = nil, type = nil) ⇒ DeprecatedAd
constructor
A new instance of DeprecatedAd.
Constructor Details
#initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], trademarkDisapproved = nil, ad_Type = nil, name = nil, type = nil) ⇒ DeprecatedAd
Returns a new instance of DeprecatedAd.
55 56 57 58 59 60 61 62 63 64 65 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 55 def initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], trademarkDisapproved = nil, ad_Type = nil, name = nil, type = nil) @id = id @url = url @displayUrl = displayUrl @approvalStatus = approvalStatus @disapprovalReasons = disapprovalReasons @trademarkDisapproved = trademarkDisapproved @ad_Type = ad_Type @name = name @type = type end |
Instance Attribute Details
#ad_Type ⇒ Object
Returns the value of attribute ad_Type.
51 52 53 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 51 def ad_Type @ad_Type end |
#approvalStatus ⇒ Object
Returns the value of attribute approvalStatus.
48 49 50 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 48 def approvalStatus @approvalStatus end |
#disapprovalReasons ⇒ Object
Returns the value of attribute disapprovalReasons.
49 50 51 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 49 def disapprovalReasons @disapprovalReasons end |
#displayUrl ⇒ Object
Returns the value of attribute displayUrl.
47 48 49 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 47 def displayUrl @displayUrl end |
#id ⇒ Object
Returns the value of attribute id.
45 46 47 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 45 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
52 53 54 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 52 def name @name end |
#trademarkDisapproved ⇒ Object
Returns the value of attribute trademarkDisapproved.
50 51 52 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 50 def trademarkDisapproved @trademarkDisapproved end |
#type ⇒ Object
Returns the value of attribute type.
53 54 55 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 53 def type @type end |
#url ⇒ Object
Returns the value of attribute url.
46 47 48 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 46 def url @url end |