Class: AdWords::V200909::AdGroupAdService::MobileAd

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

Overview

MobileAd

  • id - SOAP::SOAPLong

  • url - SOAP::SOAPString

  • displayUrl - SOAP::SOAPString

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

  • disapprovalReasons - SOAP::SOAPString

  • ad_Type - SOAP::SOAPString

  • headline - SOAP::SOAPString

  • description - SOAP::SOAPString

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

  • mobileCarriers - SOAP::SOAPString

  • businessName - SOAP::SOAPString

  • countryCode - SOAP::SOAPString

  • phoneNumber - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], ad_Type = nil, headline = nil, description = nil, markupLanguages = [], mobileCarriers = [], businessName = nil, countryCode = nil, phoneNumber = nil) ⇒ MobileAd

Returns a new instance of MobileAd.



1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1725

def initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], ad_Type = nil, headline = nil, description = nil, markupLanguages = [], mobileCarriers = [], businessName = nil, countryCode = nil, phoneNumber = nil)
  @id = id
  @url = url
  @displayUrl = displayUrl
  @approvalStatus = approvalStatus
  @disapprovalReasons = disapprovalReasons
  @ad_Type = ad_Type
  @headline = headline
  @description = description
  @markupLanguages = markupLanguages
  @mobileCarriers = mobileCarriers
  @businessName = businessName
  @countryCode = countryCode
  @phoneNumber = phoneNumber
end

Instance Attribute Details

#ad_TypeObject

Returns the value of attribute ad_Type.



1716
1717
1718
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1716

def ad_Type
  @ad_Type
end

#approvalStatusObject

Returns the value of attribute approvalStatus.



1714
1715
1716
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1714

def approvalStatus
  @approvalStatus
end

#businessNameObject

Returns the value of attribute businessName.



1721
1722
1723
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1721

def businessName
  @businessName
end

#countryCodeObject

Returns the value of attribute countryCode.



1722
1723
1724
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1722

def countryCode
  @countryCode
end

#descriptionObject

Returns the value of attribute description.



1718
1719
1720
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1718

def description
  @description
end

#disapprovalReasonsObject

Returns the value of attribute disapprovalReasons.



1715
1716
1717
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1715

def disapprovalReasons
  @disapprovalReasons
end

#displayUrlObject

Returns the value of attribute displayUrl.



1713
1714
1715
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1713

def displayUrl
  @displayUrl
end

#headlineObject

Returns the value of attribute headline.



1717
1718
1719
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1717

def headline
  @headline
end

#idObject

Returns the value of attribute id.



1711
1712
1713
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1711

def id
  @id
end

#markupLanguagesObject

Returns the value of attribute markupLanguages.



1719
1720
1721
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1719

def markupLanguages
  @markupLanguages
end

#mobileCarriersObject

Returns the value of attribute mobileCarriers.



1720
1721
1722
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1720

def mobileCarriers
  @mobileCarriers
end

#phoneNumberObject

Returns the value of attribute phoneNumber.



1723
1724
1725
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1723

def phoneNumber
  @phoneNumber
end

#urlObject

Returns the value of attribute url.



1712
1713
1714
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1712

def url
  @url
end