Class: AdWords::V200909::AdGroupAdService::MobileImageAd

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

Overview

MobileImageAd

  • id - SOAP::SOAPLong

  • url - SOAP::SOAPString

  • displayUrl - SOAP::SOAPString

  • approvalStatus - AdWords::V200909::AdGroupAdService::AdApprovalStatus

  • disapprovalReasons - SOAP::SOAPString

  • ad_Type - SOAP::SOAPString

  • markupLanguages - AdWords::V200909::AdGroupAdService::MarkupLanguageType

  • mobileCarriers - SOAP::SOAPString

  • image - AdWords::V200909::AdGroupAdService::Image

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], ad_Type = nil, markupLanguages = [], mobileCarriers = [], image = nil) ⇒ MobileImageAd

Returns a new instance of MobileImageAd.



1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1797

def initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], ad_Type = nil, markupLanguages = [], mobileCarriers = [], image = nil)
  @id = id
  @url = url
  @displayUrl = displayUrl
  @approvalStatus = approvalStatus
  @disapprovalReasons = disapprovalReasons
  @ad_Type = ad_Type
  @markupLanguages = markupLanguages
  @mobileCarriers = mobileCarriers
  @image = image
end

Instance Attribute Details

#ad_TypeObject

Returns the value of attribute ad_Type.



1792
1793
1794
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1792

def ad_Type
  @ad_Type
end

#approvalStatusObject

Returns the value of attribute approvalStatus.



1790
1791
1792
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1790

def approvalStatus
  @approvalStatus
end

#disapprovalReasonsObject

Returns the value of attribute disapprovalReasons.



1791
1792
1793
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1791

def disapprovalReasons
  @disapprovalReasons
end

#displayUrlObject

Returns the value of attribute displayUrl.



1789
1790
1791
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1789

def displayUrl
  @displayUrl
end

#idObject

Returns the value of attribute id.



1787
1788
1789
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1787

def id
  @id
end

#imageObject

Returns the value of attribute image.



1795
1796
1797
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1795

def image
  @image
end

#markupLanguagesObject

Returns the value of attribute markupLanguages.



1793
1794
1795
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1793

def markupLanguages
  @markupLanguages
end

#mobileCarriersObject

Returns the value of attribute mobileCarriers.



1794
1795
1796
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1794

def mobileCarriers
  @mobileCarriers
end

#urlObject

Returns the value of attribute url.



1788
1789
1790
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1788

def url
  @url
end