Class: AdWords::V201008::ReportDefinitionService::ReportDefinitionOperation

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

Overview

ReportDefinitionOperation

  • operator - AdWords::V201008::ReportDefinitionService::Operator

  • operation_Type - SOAP::SOAPString

  • operand - AdWords::V201008::ReportDefinitionService::ReportDefinition

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ReportDefinitionOperation.



692
693
694
695
696
# File 'lib/adwords4r/v201008/ReportDefinitionService.rb', line 692

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.



690
691
692
# File 'lib/adwords4r/v201008/ReportDefinitionService.rb', line 690

def operand
  @operand
end

#operation_TypeObject

Returns the value of attribute operation_Type.



689
690
691
# File 'lib/adwords4r/v201008/ReportDefinitionService.rb', line 689

def operation_Type
  @operation_Type
end

#operatorObject

Returns the value of attribute operator.



688
689
690
# File 'lib/adwords4r/v201008/ReportDefinitionService.rb', line 688

def operator
  @operator
end