Class: AdWords::V200909::CampaignAdExtensionService::Operation

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v200909/CampaignAdExtensionService.rb

Overview

Operation abstract

  • operator - AdWords::V200909::CampaignAdExtensionService::Operator

  • operation_Type - SOAP::SOAPString

Direct Known Subclasses

CampaignAdExtensionOperation

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(operator = nil, operation_Type = nil) ⇒ Operation

Returns a new instance of Operation.



749
750
751
752
# File 'lib/adwords4r/v200909/CampaignAdExtensionService.rb', line 749

def initialize(operator = nil, operation_Type = nil)
  @operator = operator
  @operation_Type = operation_Type
end

Instance Attribute Details

#operation_TypeObject

Returns the value of attribute operation_Type.



747
748
749
# File 'lib/adwords4r/v200909/CampaignAdExtensionService.rb', line 747

def operation_Type
  @operation_Type
end

#operatorObject

Returns the value of attribute operator.



746
747
748
# File 'lib/adwords4r/v200909/CampaignAdExtensionService.rb', line 746

def operator
  @operator
end