Class: AdWords::V201008::ReportDefinitionService::Predicate
- Inherits:
-
Object
- Object
- AdWords::V201008::ReportDefinitionService::Predicate
- Defined in:
- lib/adwords4r/v201008/ReportDefinitionService.rb
Overview
Predicate
-
field - SOAP::SOAPString
-
operator - AdWords::V201008::ReportDefinitionService::PredicateOperator
-
values - SOAP::SOAPString
Instance Attribute Summary collapse
-
#field ⇒ Object
Returns the value of attribute field.
-
#operator ⇒ Object
Returns the value of attribute operator.
-
#values ⇒ Object
Returns the value of attribute values.
Instance Method Summary collapse
-
#initialize(field = nil, operator = nil, values = []) ⇒ Predicate
constructor
A new instance of Predicate.
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
#field ⇒ Object
Returns the value of attribute field.
37 38 39 |
# File 'lib/adwords4r/v201008/ReportDefinitionService.rb', line 37 def field @field end |
#operator ⇒ Object
Returns the value of attribute operator.
38 39 40 |
# File 'lib/adwords4r/v201008/ReportDefinitionService.rb', line 38 def operator @operator end |
#values ⇒ Object
Returns the value of attribute values.
39 40 41 |
# File 'lib/adwords4r/v201008/ReportDefinitionService.rb', line 39 def values @values end |