Class: AdWords::V200909::CampaignAdExtensionService::CampaignAdExtensionOperation
- Inherits:
-
Operation
- Object
- Operation
- AdWords::V200909::CampaignAdExtensionService::CampaignAdExtensionOperation
- Defined in:
- lib/adwords4r/v200909/CampaignAdExtensionService.rb
Overview
CampaignAdExtensionOperation
-
operator - AdWords::V200909::CampaignAdExtensionService::Operator
-
operation_Type - SOAP::SOAPString
-
operand - AdWords::V200909::CampaignAdExtensionService::CampaignAdExtension
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) ⇒ CampaignAdExtensionOperation
constructor
A new instance of CampaignAdExtensionOperation.
Constructor Details
#initialize(operator = nil, operation_Type = nil, operand = nil) ⇒ CampaignAdExtensionOperation
Returns a new instance of CampaignAdExtensionOperation.
764 765 766 767 768 |
# File 'lib/adwords4r/v200909/CampaignAdExtensionService.rb', line 764 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.
762 763 764 |
# File 'lib/adwords4r/v200909/CampaignAdExtensionService.rb', line 762 def operand @operand end |
#operation_Type ⇒ Object
Returns the value of attribute operation_Type.
761 762 763 |
# File 'lib/adwords4r/v200909/CampaignAdExtensionService.rb', line 761 def operation_Type @operation_Type end |
#operator ⇒ Object
Returns the value of attribute operator.
760 761 762 |
# File 'lib/adwords4r/v200909/CampaignAdExtensionService.rb', line 760 def operator @operator end |