Class: AdWords::V201008::AdGroupAdService::MobileImageAd
- Defined in:
- lib/adwords4r/v201008/AdGroupAdService.rb
Overview
MobileImageAd
-
id - SOAP::SOAPLong
-
url - SOAP::SOAPString
-
displayUrl - SOAP::SOAPString
-
approvalStatus - AdWords::V201008::AdGroupAdService::AdApprovalStatus
-
disapprovalReasons - SOAP::SOAPString
-
trademarkDisapproved - SOAP::SOAPBoolean
-
ad_Type - SOAP::SOAPString
-
markupLanguages - AdWords::V201008::AdGroupAdService::MarkupLanguageType
-
mobileCarriers - SOAP::SOAPString
-
image - AdWords::V201008::AdGroupAdService::Image
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.
-
#image ⇒ Object
Returns the value of attribute image.
-
#markupLanguages ⇒ Object
Returns the value of attribute markupLanguages.
-
#mobileCarriers ⇒ Object
Returns the value of attribute mobileCarriers.
-
#trademarkDisapproved ⇒ Object
Returns the value of attribute trademarkDisapproved.
-
#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, markupLanguages = [], mobileCarriers = [], image = nil) ⇒ MobileImageAd
constructor
A new instance of MobileImageAd.
Constructor Details
#initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], trademarkDisapproved = nil, ad_Type = nil, markupLanguages = [], mobileCarriers = [], image = nil) ⇒ MobileImageAd
Returns a new instance of MobileImageAd.
2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2008 def initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], trademarkDisapproved = nil, ad_Type = nil, markupLanguages = [], mobileCarriers = [], image = nil) @id = id @url = url @displayUrl = displayUrl @approvalStatus = approvalStatus @disapprovalReasons = disapprovalReasons @trademarkDisapproved = trademarkDisapproved @ad_Type = ad_Type @markupLanguages = markupLanguages @mobileCarriers = mobileCarriers @image = image end |
Instance Attribute Details
#ad_Type ⇒ Object
Returns the value of attribute ad_Type.
2003 2004 2005 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2003 def ad_Type @ad_Type end |
#approvalStatus ⇒ Object
Returns the value of attribute approvalStatus.
2000 2001 2002 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2000 def approvalStatus @approvalStatus end |
#disapprovalReasons ⇒ Object
Returns the value of attribute disapprovalReasons.
2001 2002 2003 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2001 def disapprovalReasons @disapprovalReasons end |
#displayUrl ⇒ Object
Returns the value of attribute displayUrl.
1999 2000 2001 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 1999 def displayUrl @displayUrl end |
#id ⇒ Object
Returns the value of attribute id.
1997 1998 1999 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 1997 def id @id end |
#image ⇒ Object
Returns the value of attribute image.
2006 2007 2008 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2006 def image @image end |
#markupLanguages ⇒ Object
Returns the value of attribute markupLanguages.
2004 2005 2006 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2004 def markupLanguages @markupLanguages end |
#mobileCarriers ⇒ Object
Returns the value of attribute mobileCarriers.
2005 2006 2007 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2005 def mobileCarriers @mobileCarriers end |
#trademarkDisapproved ⇒ Object
Returns the value of attribute trademarkDisapproved.
2002 2003 2004 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2002 def trademarkDisapproved @trademarkDisapproved end |
#url ⇒ Object
Returns the value of attribute url.
1998 1999 2000 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 1998 def url @url end |