Class: AdWords::V200909::AdGroupAdService::DeprecatedAd
- Defined in:
- lib/adwords4r/v200909/AdGroupAdService.rb
Overview
DeprecatedAd
-
id - SOAP::SOAPLong
-
url - SOAP::SOAPString
-
displayUrl - SOAP::SOAPString
-
approvalStatus - AdWords::V200909::AdGroupAdService::AdApprovalStatus
-
disapprovalReasons - SOAP::SOAPString
-
ad_Type - SOAP::SOAPString
-
name - SOAP::SOAPString
-
type - AdWords::V200909::AdGroupAdService::DeprecatedAdType
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.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
-
#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, name = nil, type = nil) ⇒ DeprecatedAd
constructor
A new instance of DeprecatedAd.
Constructor Details
#initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], ad_Type = nil, name = nil, type = nil) ⇒ DeprecatedAd
Returns a new instance of DeprecatedAd.
1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1684 def initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], ad_Type = nil, name = nil, type = nil) @id = id @url = url @displayUrl = displayUrl @approvalStatus = approvalStatus @disapprovalReasons = disapprovalReasons @ad_Type = ad_Type @name = name @type = type end |
Instance Attribute Details
#ad_Type ⇒ Object
Returns the value of attribute ad_Type.
1680 1681 1682 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1680 def ad_Type @ad_Type end |
#approvalStatus ⇒ Object
Returns the value of attribute approvalStatus.
1678 1679 1680 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1678 def approvalStatus @approvalStatus end |
#disapprovalReasons ⇒ Object
Returns the value of attribute disapprovalReasons.
1679 1680 1681 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1679 def disapprovalReasons @disapprovalReasons end |
#displayUrl ⇒ Object
Returns the value of attribute displayUrl.
1677 1678 1679 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1677 def displayUrl @displayUrl end |
#id ⇒ Object
Returns the value of attribute id.
1675 1676 1677 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1675 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
1681 1682 1683 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1681 def name @name end |
#type ⇒ Object
Returns the value of attribute type.
1682 1683 1684 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1682 def type @type end |
#url ⇒ Object
Returns the value of attribute url.
1676 1677 1678 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1676 def url @url end |