Class: AdWords::V201003::CampaignTargetService::CampaignTargetOperation
- Inherits:
-
Operation
- Object
- Operation
- AdWords::V201003::CampaignTargetService::CampaignTargetOperation
- Defined in:
- lib/adwords4r/v201003/CampaignTargetService.rb
Overview
CampaignTargetOperation
-
operator - AdWords::V201003::CampaignTargetService::Operator
-
operation_Type - SOAP::SOAPString
-
operand - AdWords::V201003::CampaignTargetService::TargetList
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) ⇒ CampaignTargetOperation
constructor
A new instance of CampaignTargetOperation.
Constructor Details
#initialize(operator = nil, operation_Type = nil, operand = nil) ⇒ CampaignTargetOperation
1171 1172 1173 1174 1175 |
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 1171 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.
1169 1170 1171 |
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 1169 def operand @operand end |
#operation_Type ⇒ Object
Returns the value of attribute operation_Type.
1168 1169 1170 |
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 1168 def operation_Type @operation_Type end |
#operator ⇒ Object
Returns the value of attribute operator.
1167 1168 1169 |
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 1167 def operator @operator end |