Class: AdWords::V200909::CampaignTargetService::Operation
- Inherits:
-
Object
- Object
- AdWords::V200909::CampaignTargetService::Operation
- Defined in:
- lib/adwords4r/v200909/CampaignTargetService.rb
Overview
Operation abstract
-
operator - AdWords::V200909::CampaignTargetService::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.
978 979 980 981 |
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 978 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.
976 977 978 |
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 976 def operation_Type @operation_Type end |
#operator ⇒ Object
Returns the value of attribute operator.
975 976 977 |
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 975 def operator @operator end |