Class: AdwordsApi::V200909::AdGroupAdService::MobileAd

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

Overview

MobileAd

  • id - SOAP::SOAPLong

  • url - SOAP::SOAPString

  • displayUrl - SOAP::SOAPString

  • approvalStatus - AdwordsApi::V200909::AdGroupAdService::AdApprovalStatus

  • disapprovalReasons - SOAP::SOAPString

  • ad_Type - SOAP::SOAPString

  • headline - SOAP::SOAPString

  • description - SOAP::SOAPString

  • markupLanguages - AdwordsApi::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.



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

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.



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

def ad_Type
  @ad_Type
end

#approvalStatusObject

Returns the value of attribute approvalStatus.



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

def approvalStatus
  @approvalStatus
end

#businessNameObject

Returns the value of attribute businessName.



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

def businessName
  @businessName
end

#countryCodeObject

Returns the value of attribute countryCode.



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

def countryCode
  @countryCode
end

#descriptionObject

Returns the value of attribute description.



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

def description
  @description
end

#disapprovalReasonsObject

Returns the value of attribute disapprovalReasons.



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

def disapprovalReasons
  @disapprovalReasons
end

#displayUrlObject

Returns the value of attribute displayUrl.



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

def displayUrl
  @displayUrl
end

#headlineObject

Returns the value of attribute headline.



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

def headline
  @headline
end

#idObject

Returns the value of attribute id.



1710
1711
1712
# File 'lib/adwords_api/v200909/AdGroupAdService.rb', line 1710

def id
  @id
end

#markupLanguagesObject

Returns the value of attribute markupLanguages.



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

def markupLanguages
  @markupLanguages
end

#mobileCarriersObject

Returns the value of attribute mobileCarriers.



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

def mobileCarriers
  @mobileCarriers
end

#phoneNumberObject

Returns the value of attribute phoneNumber.



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

def phoneNumber
  @phoneNumber
end

#urlObject

Returns the value of attribute url.



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

def url
  @url
end