Class: AdWords::V200909::AdGroupAdService::TemplateAd
- Defined in:
- lib/adwords4r/v200909/AdGroupAdService.rb
Overview
TemplateAd
-
id - SOAP::SOAPLong
-
url - SOAP::SOAPString
-
displayUrl - SOAP::SOAPString
-
approvalStatus - AdWords::V200909::AdGroupAdService::AdApprovalStatus
-
disapprovalReasons - SOAP::SOAPString
-
ad_Type - SOAP::SOAPString
-
templateId - SOAP::SOAPLong
-
adUnionId - AdWords::V200909::AdGroupAdService::AdUnionId
-
templateElements - AdWords::V200909::AdGroupAdService::TemplateElement
-
dimensions - AdWords::V200909::AdGroupAdService::Dimensions
-
name - SOAP::SOAPString
-
duration - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#ad_Type ⇒ Object
Returns the value of attribute ad_Type.
-
#adUnionId ⇒ Object
Returns the value of attribute adUnionId.
-
#approvalStatus ⇒ Object
Returns the value of attribute approvalStatus.
-
#dimensions ⇒ Object
Returns the value of attribute dimensions.
-
#disapprovalReasons ⇒ Object
Returns the value of attribute disapprovalReasons.
-
#displayUrl ⇒ Object
Returns the value of attribute displayUrl.
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#templateElements ⇒ Object
Returns the value of attribute templateElements.
-
#templateId ⇒ Object
Returns the value of attribute templateId.
-
#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, templateId = nil, adUnionId = nil, templateElements = [], dimensions = nil, name = nil, duration = nil) ⇒ TemplateAd
constructor
A new instance of TemplateAd.
Constructor Details
#initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], ad_Type = nil, templateId = nil, adUnionId = nil, templateElements = [], dimensions = nil, name = nil, duration = nil) ⇒ TemplateAd
Returns a new instance of TemplateAd.
1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1935 def initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], ad_Type = nil, templateId = nil, adUnionId = nil, templateElements = [], dimensions = nil, name = nil, duration = nil) @id = id @url = url @displayUrl = displayUrl @approvalStatus = approvalStatus @disapprovalReasons = disapprovalReasons @ad_Type = ad_Type @templateId = templateId @adUnionId = adUnionId @templateElements = templateElements @dimensions = dimensions @name = name @duration = duration end |
Instance Attribute Details
#ad_Type ⇒ Object
Returns the value of attribute ad_Type.
1927 1928 1929 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1927 def ad_Type @ad_Type end |
#adUnionId ⇒ Object
Returns the value of attribute adUnionId.
1929 1930 1931 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1929 def adUnionId @adUnionId end |
#approvalStatus ⇒ Object
Returns the value of attribute approvalStatus.
1925 1926 1927 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1925 def approvalStatus @approvalStatus end |
#dimensions ⇒ Object
Returns the value of attribute dimensions.
1931 1932 1933 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1931 def dimensions @dimensions end |
#disapprovalReasons ⇒ Object
Returns the value of attribute disapprovalReasons.
1926 1927 1928 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1926 def disapprovalReasons @disapprovalReasons end |
#displayUrl ⇒ Object
Returns the value of attribute displayUrl.
1924 1925 1926 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1924 def displayUrl @displayUrl end |
#duration ⇒ Object
Returns the value of attribute duration.
1933 1934 1935 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1933 def duration @duration end |
#id ⇒ Object
Returns the value of attribute id.
1922 1923 1924 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1922 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
1932 1933 1934 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1932 def name @name end |
#templateElements ⇒ Object
Returns the value of attribute templateElements.
1930 1931 1932 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1930 def templateElements @templateElements end |
#templateId ⇒ Object
Returns the value of attribute templateId.
1928 1929 1930 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1928 def templateId @templateId end |
#url ⇒ Object
Returns the value of attribute url.
1923 1924 1925 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1923 def url @url end |