Class: AdWords::V200909::AdGroupAdService::MobileImageAd
- 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
-
#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.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], 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 = [], 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_Type ⇒ Object
Returns the value of attribute ad_Type.
1792 1793 1794 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1792 def ad_Type @ad_Type end |
#approvalStatus ⇒ Object
Returns the value of attribute approvalStatus.
1790 1791 1792 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1790 def approvalStatus @approvalStatus end |
#disapprovalReasons ⇒ Object
Returns the value of attribute disapprovalReasons.
1791 1792 1793 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1791 def disapprovalReasons @disapprovalReasons end |
#displayUrl ⇒ Object
Returns the value of attribute displayUrl.
1789 1790 1791 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1789 def displayUrl @displayUrl end |
#id ⇒ Object
Returns the value of attribute id.
1787 1788 1789 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1787 def id @id end |
#image ⇒ Object
Returns the value of attribute image.
1795 1796 1797 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1795 def image @image end |
#markupLanguages ⇒ Object
Returns the value of attribute markupLanguages.
1793 1794 1795 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1793 def markupLanguages @markupLanguages end |
#mobileCarriers ⇒ Object
Returns the value of attribute mobileCarriers.
1794 1795 1796 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1794 def mobileCarriers @mobileCarriers end |
#url ⇒ Object
Returns the value of attribute url.
1788 1789 1790 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1788 def url @url end |