Class: AdWords::V201008::ReportDefinitionService::Predicate

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

Overview

Predicate

  • field - SOAP::SOAPString

  • operator - AdWords::V201008::ReportDefinitionService::PredicateOperator

  • values - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(field = nil, operator = nil, values = []) ⇒ Predicate

Returns a new instance of Predicate.



41
42
43
44
45
# File 'lib/adwords4r/v201008/ReportDefinitionService.rb', line 41

def initialize(field = nil, operator = nil, values = [])
  @field = field
  @operator = operator
  @values = values
end

Instance Attribute Details

#fieldObject

Returns the value of attribute field.



37
38
39
# File 'lib/adwords4r/v201008/ReportDefinitionService.rb', line 37

def field
  @field
end

#operatorObject

Returns the value of attribute operator.



38
39
40
# File 'lib/adwords4r/v201008/ReportDefinitionService.rb', line 38

def operator
  @operator
end

#valuesObject

Returns the value of attribute values.



39
40
41
# File 'lib/adwords4r/v201008/ReportDefinitionService.rb', line 39

def values
  @values
end