Class: AdWords::V200909::AdGroupCriterionService::Operation
- Inherits:
-
Object
- Object
- AdWords::V200909::AdGroupCriterionService::Operation
- Defined in:
- lib/adwords4r/v200909/AdGroupCriterionService.rb
Overview
Operation abstract
-
operator - AdWords::V200909::AdGroupCriterionService::Operator
-
operation_Type - SOAP::SOAPString
Direct Known Subclasses
Instance Attribute Summary collapse
-
#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) ⇒ Operation
constructor
A new instance of Operation.
Constructor Details
#initialize(operator = nil, operation_Type = nil) ⇒ Operation
Returns a new instance of Operation.
1175 1176 1177 1178 |
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 1175 def initialize(operator = nil, operation_Type = nil) @operator = operator @operation_Type = operation_Type end |
Instance Attribute Details
#operation_Type ⇒ Object
Returns the value of attribute operation_Type.
1173 1174 1175 |
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 1173 def operation_Type @operation_Type end |
#operator ⇒ Object
Returns the value of attribute operator.
1172 1173 1174 |
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 1172 def operator @operator end |