Class: AdWords::V201003::CampaignAdExtensionService::Operation

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

Overview

Operation abstract

  • operator - AdWords::V201003::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.



925
926
927
928
# File 'lib/adwords4r/v201003/CampaignAdExtensionService.rb', line 925

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.



923
924
925
# File 'lib/adwords4r/v201003/CampaignAdExtensionService.rb', line 923

def operation_Type
  @operation_Type
end

#operatorObject

Returns the value of attribute operator.



922
923
924
# File 'lib/adwords4r/v201003/CampaignAdExtensionService.rb', line 922

def operator
  @operator
end