Class: AdWords::V201008::AdGroupAdService::MobileAd
- Defined in:
- lib/adwords4r/v201008/AdGroupAdService.rb
Overview
MobileAd
-
id - SOAP::SOAPLong
-
url - SOAP::SOAPString
-
displayUrl - SOAP::SOAPString
-
approvalStatus - AdWords::V201008::AdGroupAdService::AdApprovalStatus
-
disapprovalReasons - SOAP::SOAPString
-
trademarkDisapproved - SOAP::SOAPBoolean
-
ad_Type - SOAP::SOAPString
-
headline - SOAP::SOAPString
-
description - SOAP::SOAPString
-
markupLanguages - AdWords::V201008::AdGroupAdService::MarkupLanguageType
-
mobileCarriers - SOAP::SOAPString
-
businessName - SOAP::SOAPString
-
countryCode - SOAP::SOAPString
-
phoneNumber - SOAP::SOAPString
Instance Attribute Summary collapse
-
#ad_Type ⇒ Object
Returns the value of attribute ad_Type.
-
#approvalStatus ⇒ Object
Returns the value of attribute approvalStatus.
-
#businessName ⇒ Object
Returns the value of attribute businessName.
-
#countryCode ⇒ Object
Returns the value of attribute countryCode.
-
#description ⇒ Object
Returns the value of attribute description.
-
#disapprovalReasons ⇒ Object
Returns the value of attribute disapprovalReasons.
-
#displayUrl ⇒ Object
Returns the value of attribute displayUrl.
-
#headline ⇒ Object
Returns the value of attribute headline.
-
#id ⇒ Object
Returns the value of attribute id.
-
#markupLanguages ⇒ Object
Returns the value of attribute markupLanguages.
-
#mobileCarriers ⇒ Object
Returns the value of attribute mobileCarriers.
-
#phoneNumber ⇒ Object
Returns the value of attribute phoneNumber.
-
#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, headline = nil, description = nil, markupLanguages = [], mobileCarriers = [], businessName = nil, countryCode = nil, phoneNumber = nil) ⇒ MobileAd
constructor
A new instance of MobileAd.
Constructor Details
#initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], trademarkDisapproved = nil, ad_Type = nil, headline = nil, description = nil, markupLanguages = [], mobileCarriers = [], businessName = nil, countryCode = nil, phoneNumber = nil) ⇒ MobileAd
Returns a new instance of MobileAd.
1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 1899 def initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], trademarkDisapproved = nil, 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 @trademarkDisapproved = trademarkDisapproved @ad_Type = ad_Type @headline = headline @description = description @markupLanguages = markupLanguages @mobileCarriers = mobileCarriers @businessName = businessName @countryCode = countryCode @phoneNumber = phoneNumber end |
Instance Attribute Details
#ad_Type ⇒ Object
Returns the value of attribute ad_Type.
1890 1891 1892 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 1890 def ad_Type @ad_Type end |
#approvalStatus ⇒ Object
Returns the value of attribute approvalStatus.
1887 1888 1889 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 1887 def approvalStatus @approvalStatus end |
#businessName ⇒ Object
Returns the value of attribute businessName.
1895 1896 1897 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 1895 def businessName @businessName end |
#countryCode ⇒ Object
Returns the value of attribute countryCode.
1896 1897 1898 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 1896 def countryCode @countryCode end |
#description ⇒ Object
Returns the value of attribute description.
1892 1893 1894 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 1892 def description @description end |
#disapprovalReasons ⇒ Object
Returns the value of attribute disapprovalReasons.
1888 1889 1890 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 1888 def disapprovalReasons @disapprovalReasons end |
#displayUrl ⇒ Object
Returns the value of attribute displayUrl.
1886 1887 1888 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 1886 def displayUrl @displayUrl end |
#headline ⇒ Object
Returns the value of attribute headline.
1891 1892 1893 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 1891 def headline @headline end |
#id ⇒ Object
Returns the value of attribute id.
1884 1885 1886 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 1884 def id @id end |
#markupLanguages ⇒ Object
Returns the value of attribute markupLanguages.
1893 1894 1895 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 1893 def markupLanguages @markupLanguages end |
#mobileCarriers ⇒ Object
Returns the value of attribute mobileCarriers.
1894 1895 1896 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 1894 def mobileCarriers @mobileCarriers end |
#phoneNumber ⇒ Object
Returns the value of attribute phoneNumber.
1897 1898 1899 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 1897 def phoneNumber @phoneNumber end |
#trademarkDisapproved ⇒ Object
Returns the value of attribute trademarkDisapproved.
1889 1890 1891 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 1889 def trademarkDisapproved @trademarkDisapproved end |
#url ⇒ Object
Returns the value of attribute url.
1885 1886 1887 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 1885 def url @url end |