Class: AdWords::V201003::AdGroupAdService::DeprecatedAd
- Defined in:
- lib/adwords4r/v201003/AdGroupAdService.rb
Overview
DeprecatedAd
-
id - SOAP::SOAPLong
-
url - SOAP::SOAPString
-
displayUrl - SOAP::SOAPString
-
approvalStatus - AdWords::V201003::AdGroupAdService::AdApprovalStatus
-
disapprovalReasons - SOAP::SOAPString
-
trademarkDisapproved - SOAP::SOAPBoolean
-
ad_Type - SOAP::SOAPString
-
name - SOAP::SOAPString
-
type - AdWords::V201003::AdGroupAdService::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.
1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 1850 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.
1846 1847 1848 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 1846 def ad_Type @ad_Type end |
#approvalStatus ⇒ Object
Returns the value of attribute approvalStatus.
1843 1844 1845 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 1843 def approvalStatus @approvalStatus end |
#disapprovalReasons ⇒ Object
Returns the value of attribute disapprovalReasons.
1844 1845 1846 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 1844 def disapprovalReasons @disapprovalReasons end |
#displayUrl ⇒ Object
Returns the value of attribute displayUrl.
1842 1843 1844 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 1842 def displayUrl @displayUrl end |
#id ⇒ Object
Returns the value of attribute id.
1840 1841 1842 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 1840 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
1847 1848 1849 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 1847 def name @name end |
#trademarkDisapproved ⇒ Object
Returns the value of attribute trademarkDisapproved.
1845 1846 1847 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 1845 def trademarkDisapproved @trademarkDisapproved end |
#type ⇒ Object
Returns the value of attribute type.
1848 1849 1850 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 1848 def type @type end |
#url ⇒ Object
Returns the value of attribute url.
1841 1842 1843 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 1841 def url @url end |