Class: AdWords::V201008::AdGroupAdService::MobileImageAd

Inherits:
Ad
  • Object
show all
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

Instance Method Summary collapse

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_TypeObject

Returns the value of attribute ad_Type.



2003
2004
2005
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2003

def ad_Type
  @ad_Type
end

#approvalStatusObject

Returns the value of attribute approvalStatus.



2000
2001
2002
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2000

def approvalStatus
  @approvalStatus
end

#disapprovalReasonsObject

Returns the value of attribute disapprovalReasons.



2001
2002
2003
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2001

def disapprovalReasons
  @disapprovalReasons
end

#displayUrlObject

Returns the value of attribute displayUrl.



1999
2000
2001
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 1999

def displayUrl
  @displayUrl
end

#idObject

Returns the value of attribute id.



1997
1998
1999
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 1997

def id
  @id
end

#imageObject

Returns the value of attribute image.



2006
2007
2008
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2006

def image
  @image
end

#markupLanguagesObject

Returns the value of attribute markupLanguages.



2004
2005
2006
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2004

def markupLanguages
  @markupLanguages
end

#mobileCarriersObject

Returns the value of attribute mobileCarriers.



2005
2006
2007
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2005

def mobileCarriers
  @mobileCarriers
end

#trademarkDisapprovedObject

Returns the value of attribute trademarkDisapproved.



2002
2003
2004
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2002

def trademarkDisapproved
  @trademarkDisapproved
end

#urlObject

Returns the value of attribute url.



1998
1999
2000
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 1998

def url
  @url
end