Class: AdWords::V201008::AdGroupService::AdGroupOperation

Inherits:
Operation
  • Object
show all
Defined in:
lib/adwords4r/v201008/AdGroupService.rb

Overview

AdGroupOperation

  • operator - AdWords::V201008::AdGroupService::Operator

  • operation_Type - SOAP::SOAPString

  • operand - AdWords::V201008::AdGroupService::AdGroup

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(operator = nil, operation_Type = nil, operand = nil) ⇒ AdGroupOperation

Returns a new instance of AdGroupOperation.



1141
1142
1143
1144
1145
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 1141

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

Instance Attribute Details

#operandObject

Returns the value of attribute operand.



1139
1140
1141
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 1139

def operand
  @operand
end

#operation_TypeObject

Returns the value of attribute operation_Type.



1138
1139
1140
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 1138

def operation_Type
  @operation_Type
end

#operatorObject

Returns the value of attribute operator.



1137
1138
1139
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 1137

def operator
  @operator
end