Class: AdWords::V200909::AdExtensionOverrideService::AdExtensionOverrideOperation
- Inherits:
-
Operation
- Object
- Operation
- AdWords::V200909::AdExtensionOverrideService::AdExtensionOverrideOperation
- Defined in:
- lib/adwords4r/v200909/AdExtensionOverrideService.rb
Overview
AdExtensionOverrideOperation
-
operator - AdWords::V200909::AdExtensionOverrideService::Operator
-
operation_Type - SOAP::SOAPString
-
operand - AdWords::V200909::AdExtensionOverrideService::AdExtensionOverride
Instance Attribute Summary collapse
-
#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) ⇒ AdExtensionOverrideOperation
constructor
A new instance of AdExtensionOverrideOperation.
Constructor Details
#initialize(operator = nil, operation_Type = nil, operand = nil) ⇒ AdExtensionOverrideOperation
Returns a new instance of AdExtensionOverrideOperation.
839 840 841 842 843 |
# File 'lib/adwords4r/v200909/AdExtensionOverrideService.rb', line 839 def initialize(operator = nil, operation_Type = nil, operand = nil) @operator = operator @operation_Type = operation_Type @operand = operand end |
Instance Attribute Details
#operand ⇒ Object
Returns the value of attribute operand.
837 838 839 |
# File 'lib/adwords4r/v200909/AdExtensionOverrideService.rb', line 837 def operand @operand end |
#operation_Type ⇒ Object
Returns the value of attribute operation_Type.
836 837 838 |
# File 'lib/adwords4r/v200909/AdExtensionOverrideService.rb', line 836 def operation_Type @operation_Type end |
#operator ⇒ Object
Returns the value of attribute operator.
835 836 837 |
# File 'lib/adwords4r/v200909/AdExtensionOverrideService.rb', line 835 def operator @operator end |