Class: AdWords::V200909::CampaignCriterionService::CampaignCriterionOperation
- Inherits:
-
Operation
- Object
- Operation
- AdWords::V200909::CampaignCriterionService::CampaignCriterionOperation
- Defined in:
- lib/adwords4r/v200909/CampaignCriterionService.rb
Overview
CampaignCriterionOperation
-
operator - AdWords::V200909::CampaignCriterionService::Operator
-
operation_Type - SOAP::SOAPString
-
operand - AdWords::V200909::CampaignCriterionService::CampaignCriterion
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) ⇒ CampaignCriterionOperation
constructor
A new instance of CampaignCriterionOperation.
Constructor Details
#initialize(operator = nil, operation_Type = nil, operand = nil) ⇒ CampaignCriterionOperation
Returns a new instance of CampaignCriterionOperation.
721 722 723 724 725 |
# File 'lib/adwords4r/v200909/CampaignCriterionService.rb', line 721 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.
719 720 721 |
# File 'lib/adwords4r/v200909/CampaignCriterionService.rb', line 719 def operand @operand end |
#operation_Type ⇒ Object
Returns the value of attribute operation_Type.
718 719 720 |
# File 'lib/adwords4r/v200909/CampaignCriterionService.rb', line 718 def operation_Type @operation_Type end |
#operator ⇒ Object
Returns the value of attribute operator.
717 718 719 |
# File 'lib/adwords4r/v200909/CampaignCriterionService.rb', line 717 def operator @operator end |