Class: AdWords::V201008::AdExtensionOverrideService::AdExtensionOverrideOperation
- Inherits:
-
Operation
- Object
- Operation
- AdWords::V201008::AdExtensionOverrideService::AdExtensionOverrideOperation
- Defined in:
- lib/adwords4r/v201008/AdExtensionOverrideService.rb
Overview
AdExtensionOverrideOperation
-
operator - AdWords::V201008::AdExtensionOverrideService::Operator
-
operation_Type - SOAP::SOAPString
-
operand - AdWords::V201008::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.
1095 1096 1097 1098 1099 |
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 1095 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.
1093 1094 1095 |
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 1093 def operand @operand end |
#operation_Type ⇒ Object
Returns the value of attribute operation_Type.
1092 1093 1094 |
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 1092 def operation_Type @operation_Type end |
#operator ⇒ Object
Returns the value of attribute operator.
1091 1092 1093 |
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 1091 def operator @operator end |