Class: AdWords::V201003::CampaignCriterionService::Operation
- Inherits:
-
Object
- Object
- AdWords::V201003::CampaignCriterionService::Operation
- Defined in:
- lib/adwords4r/v201003/CampaignCriterionService.rb
Overview
Operation abstract
-
operator - AdWords::V201003::CampaignCriterionService::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.
822 823 824 825 |
# File 'lib/adwords4r/v201003/CampaignCriterionService.rb', line 822 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.
820 821 822 |
# File 'lib/adwords4r/v201003/CampaignCriterionService.rb', line 820 def operation_Type @operation_Type end |
#operator ⇒ Object
Returns the value of attribute operator.
819 820 821 |
# File 'lib/adwords4r/v201003/CampaignCriterionService.rb', line 819 def operator @operator end |