Class: AdWords::V13::AccountService::EmailPromotionsPreferences
- Inherits:
-
Object
- Object
- AdWords::V13::AccountService::EmailPromotionsPreferences
- Defined in:
- lib/adwords4r/v13/AccountService.rb
Overview
EmailPromotionsPreferences
-
accountPerformanceEnabled - SOAP::SOAPBoolean
-
disapprovedAdsEnabled - SOAP::SOAPBoolean
-
marketResearchEnabled - SOAP::SOAPBoolean
-
newsletterEnabled - SOAP::SOAPBoolean
-
promotionsEnabled - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#accountPerformanceEnabled ⇒ Object
Returns the value of attribute accountPerformanceEnabled.
-
#disapprovedAdsEnabled ⇒ Object
Returns the value of attribute disapprovedAdsEnabled.
-
#marketResearchEnabled ⇒ Object
Returns the value of attribute marketResearchEnabled.
-
#newsletterEnabled ⇒ Object
Returns the value of attribute newsletterEnabled.
-
#promotionsEnabled ⇒ Object
Returns the value of attribute promotionsEnabled.
Instance Method Summary collapse
-
#initialize(accountPerformanceEnabled = nil, disapprovedAdsEnabled = nil, marketResearchEnabled = nil, newsletterEnabled = nil, promotionsEnabled = nil) ⇒ EmailPromotionsPreferences
constructor
A new instance of EmailPromotionsPreferences.
Constructor Details
#initialize(accountPerformanceEnabled = nil, disapprovedAdsEnabled = nil, marketResearchEnabled = nil, newsletterEnabled = nil, promotionsEnabled = nil) ⇒ EmailPromotionsPreferences
Returns a new instance of EmailPromotionsPreferences.
165 166 167 168 169 170 171 |
# File 'lib/adwords4r/v13/AccountService.rb', line 165 def initialize(accountPerformanceEnabled = nil, disapprovedAdsEnabled = nil, marketResearchEnabled = nil, = nil, promotionsEnabled = nil) @accountPerformanceEnabled = accountPerformanceEnabled @disapprovedAdsEnabled = disapprovedAdsEnabled @marketResearchEnabled = marketResearchEnabled @newsletterEnabled = @promotionsEnabled = promotionsEnabled end |
Instance Attribute Details
#accountPerformanceEnabled ⇒ Object
Returns the value of attribute accountPerformanceEnabled.
159 160 161 |
# File 'lib/adwords4r/v13/AccountService.rb', line 159 def accountPerformanceEnabled @accountPerformanceEnabled end |
#disapprovedAdsEnabled ⇒ Object
Returns the value of attribute disapprovedAdsEnabled.
160 161 162 |
# File 'lib/adwords4r/v13/AccountService.rb', line 160 def disapprovedAdsEnabled @disapprovedAdsEnabled end |
#marketResearchEnabled ⇒ Object
Returns the value of attribute marketResearchEnabled.
161 162 163 |
# File 'lib/adwords4r/v13/AccountService.rb', line 161 def marketResearchEnabled @marketResearchEnabled end |
#newsletterEnabled ⇒ Object
Returns the value of attribute newsletterEnabled.
162 163 164 |
# File 'lib/adwords4r/v13/AccountService.rb', line 162 def @newsletterEnabled end |
#promotionsEnabled ⇒ Object
Returns the value of attribute promotionsEnabled.
163 164 165 |
# File 'lib/adwords4r/v13/AccountService.rb', line 163 def promotionsEnabled @promotionsEnabled end |