Class: AdWords::V200909::AdGroupAdService::AdGroupAdOperation
- Inherits:
-
Operation
- Object
- Operation
- AdWords::V200909::AdGroupAdService::AdGroupAdOperation
- Defined in:
- lib/adwords4r/v200909/AdGroupAdService.rb
Overview
AdGroupAdOperation
-
operator - AdWords::V200909::AdGroupAdService::Operator
-
operation_Type - SOAP::SOAPString
-
operand - AdWords::V200909::AdGroupAdService::AdGroupAd
-
exemptionRequests - AdWords::V200909::AdGroupAdService::ExemptionRequest
Instance Attribute Summary collapse
-
#exemptionRequests ⇒ Object
Returns the value of attribute exemptionRequests.
-
#operand ⇒ Object
Returns the value of attribute operand.
-
#operation_Type ⇒ Object
Returns the value of attribute operation_Type.
-
#operator ⇒ Object
Returns the value of attribute operator.
Instance Method Summary collapse
-
#initialize(operator = nil, operation_Type = nil, operand = nil, exemptionRequests = []) ⇒ AdGroupAdOperation
constructor
A new instance of AdGroupAdOperation.
Constructor Details
#initialize(operator = nil, operation_Type = nil, operand = nil, exemptionRequests = []) ⇒ AdGroupAdOperation
Returns a new instance of AdGroupAdOperation.
2019 2020 2021 2022 2023 2024 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 2019 def initialize(operator = nil, operation_Type = nil, operand = nil, exemptionRequests = []) @operator = operator @operation_Type = operation_Type @operand = operand @exemptionRequests = exemptionRequests end |
Instance Attribute Details
#exemptionRequests ⇒ Object
Returns the value of attribute exemptionRequests.
2017 2018 2019 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 2017 def exemptionRequests @exemptionRequests end |
#operand ⇒ Object
Returns the value of attribute operand.
2016 2017 2018 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 2016 def operand @operand end |
#operation_Type ⇒ Object
Returns the value of attribute operation_Type.
2015 2016 2017 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 2015 def operation_Type @operation_Type end |
#operator ⇒ Object
Returns the value of attribute operator.
2014 2015 2016 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 2014 def operator @operator end |