Class: AdwordsApi::V201101::UserListService::Predicate

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords_api/v201101/UserListService.rb

Overview

Predicate

  • field - SOAP::SOAPString

  • operator - AdwordsApi::V201101::UserListService::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.



621
622
623
624
625
# File 'lib/adwords_api/v201101/UserListService.rb', line 621

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

Instance Attribute Details

#fieldObject

Returns the value of attribute field.



617
618
619
# File 'lib/adwords_api/v201101/UserListService.rb', line 617

def field
  @field
end

#operatorObject

Returns the value of attribute operator.



618
619
620
# File 'lib/adwords_api/v201101/UserListService.rb', line 618

def operator
  @operator
end

#valuesObject

Returns the value of attribute values.



619
620
621
# File 'lib/adwords_api/v201101/UserListService.rb', line 619

def values
  @values
end