Class: AdWords::V201003::AdGroupAdService::MobileImageAd
- Defined in:
- lib/adwords4r/v201003/AdGroupAdService.rb
Overview
MobileImageAd
-
id - SOAP::SOAPLong
-
url - SOAP::SOAPString
-
displayUrl - SOAP::SOAPString
-
approvalStatus - AdWords::V201003::AdGroupAdService::AdApprovalStatus
-
disapprovalReasons - SOAP::SOAPString
-
trademarkDisapproved - SOAP::SOAPBoolean
-
ad_Type - SOAP::SOAPString
-
markupLanguages - AdWords::V201003::AdGroupAdService::MarkupLanguageType
-
mobileCarriers - SOAP::SOAPString
-
image - AdWords::V201003::AdGroupAdService::Image
Instance Attribute Summary collapse
-
#ad_Type ⇒ Object
Returns the value of attribute ad_Type.
-
#approvalStatus ⇒ Object
Returns the value of attribute approvalStatus.
-
#disapprovalReasons ⇒ Object
Returns the value of attribute disapprovalReasons.
-
#displayUrl ⇒ Object
Returns the value of attribute displayUrl.
-
#id ⇒ Object
Returns the value of attribute id.
-
#image ⇒ Object
Returns the value of attribute image.
-
#markupLanguages ⇒ Object
Returns the value of attribute markupLanguages.
-
#mobileCarriers ⇒ Object
Returns the value of attribute mobileCarriers.
-
#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, markupLanguages = [], mobileCarriers = [], image = nil) ⇒ MobileImageAd
constructor
A new instance of MobileImageAd.
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.
1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 1972 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_Type ⇒ Object
Returns the value of attribute ad_Type.
1967 1968 1969 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 1967 def ad_Type @ad_Type end |
#approvalStatus ⇒ Object
Returns the value of attribute approvalStatus.
1964 1965 1966 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 1964 def approvalStatus @approvalStatus end |
#disapprovalReasons ⇒ Object
Returns the value of attribute disapprovalReasons.
1965 1966 1967 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 1965 def disapprovalReasons @disapprovalReasons end |
#displayUrl ⇒ Object
Returns the value of attribute displayUrl.
1963 1964 1965 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 1963 def displayUrl @displayUrl end |
#id ⇒ Object
Returns the value of attribute id.
1961 1962 1963 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 1961 def id @id end |
#image ⇒ Object
Returns the value of attribute image.
1970 1971 1972 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 1970 def image @image end |
#markupLanguages ⇒ Object
Returns the value of attribute markupLanguages.
1968 1969 1970 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 1968 def markupLanguages @markupLanguages end |
#mobileCarriers ⇒ Object
Returns the value of attribute mobileCarriers.
1969 1970 1971 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 1969 def mobileCarriers @mobileCarriers end |
#trademarkDisapproved ⇒ Object
Returns the value of attribute trademarkDisapproved.
1966 1967 1968 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 1966 def trademarkDisapproved @trademarkDisapproved end |
#url ⇒ Object
Returns the value of attribute url.
1962 1963 1964 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 1962 def url @url end |